pwd(1)
NAME
pwd − print working directory
SYNTAX
pwd
DESCRIPTION
The pwd command prints the pathname of the working (current) directory.
RESTRICTIONS
In csh() 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).