> The --help and --version options for pwd do not work in Red Hat 6.1.  In
> fact, pwd ignores any kind of option.  If this normal then the man page
> and info text should be updated.

I believe you are confusing the bash builtin version of pwd with the
external command pwd.  Try the following:

  /bin/pwd --version

Bash implements several commands as builtins.  Those commands are
entirely contained inside of the shell itself.

Bob Proulx

Reply via email to