pwd
NAME
pwd - Print the absolute pathname of the current working directorySYNOPSIS
pwd [-LP]
DESCRIPTION
Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the -P option is supplied or the -o physical option to the set builtin command is enabled. If the -L option is used, the pathname printed may contain symbolic links. The return status is 0 unless an error occurs while reading the name of the current directory or an invalid option is supplied.
SEE ALSO
This is extracted from the main bash man page, see there for more details.