pwd(1) DG/UX R4.11 pwd(1)
NAME
pwd - print working directory name
SYNOPSIS
pwd
DESCRIPTION
Pwd prints the pathname of the working (current) directory.
DIAGNOSTICS
The following exit values are returned:
0 Successful completion.
>0 An error occurred.
SEE ALSO
cd(1), csh(1), sh(1)
NOTES
In csh(1) the command echo $cwd is always faster than pwd. However,
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. It can also give a different answer if you have
traversed a symbolic link to a directory.
Licensed material--property of copyright holder(s)