pwddisplay working directory |
Command |
pwd
pwd
displays the absolute path name of the current working
directory to standard output.
0
Successful completion.
1
pwd
cannot determine the current working
directory.
pwd
exists both as an alias built into the MKS KornShell
and as a separate utility. The shell defines pwd
as:
When a symbolic link is used to get to a directory, the built-in alias may not return the real name of the working directory.alias pwd='print - $PWD'
sh