pwd(1) — Commands
NAME
pwd − Displays the pathname of the current (working) directory
SYNOPSIS
pwd
DESCRIPTION
The pwd command writes to standard output the full pathname of your current directory, from the root directory. All directories are separated by a / (slash). The root directory is represented by the first /, and the last directory named is your current directory.
RELATED INFORMATION
Commands: cd(1), csh(1), ksh(1), sh(1).
Functions: stat(2).