[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pwd; docs, builtins and exec



Dale Scheetz <dwarf@polaris.net> wrote:
> Ash doesn't seem to have such a feature, is this a mark in Bash's favor?

In ash, you can use:

pwd(){ /bin/pwd "$@";}

Of course, this works in bash as well...

-- 
Raul


Reply to: