| manpages.info - online man pages | ![]() |
|||
|
pwd (1) Table of Contents
Namepwd - return working directory name
Synopsispwd [-LP]
Descriptionpwd writes the absolute pathname of the current working directory to the standard output.
The pwd utility exits 0 on success, and >0 if an error occurs.
The following options are available:
StandardsThe pwd utility is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.
See Also
BugsIn csh(1) the command dirs is always faster (although it can give a different answer in the rare case that the current directory or a containing directory was moved after the shell descended into it).
|