PWD(C) UNIX System V
Name
pwd - prints working directory name
Syntax
pwd
Description
pwd prints the pathname of the working (current) directory.
See Also
cd(C)
Diagnostics
``Cannot open ..'' and ``Read error in ..'' indicate
possible file system trouble. In such cases, see the System
Administrator's Guide for information on fixing the
filesystem.
Standards Conformance
pwd is conformant with:
AT&T SVID Issue 2, Select Code 307-127;
and The X/Open Portability Guide II of January 1987.
(printed 2/15/90) PWD(C)