.TH pwd "" "" Command
.PC "Print the name of the current directory"
\fBpwd\fR
.PP
.B pwd
prints the name of the directory that you are in.
.SH "See Also"
.Xr "cd," cd
.Xr "commands," commands
.Xr "ksh," ksh
.Xr "sh" sh
.SH Notes
Under the Korn shell,
.B pwd
is an alias for the expression
.BR "print \-r $PWD" .
