pwd
PURPOSE
Displays the path name of the working directory.
SYNOPSIS
pwd
DESCRIPTION
The pwd command writes to standard output the full path
name 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
The following command: "cd."
The fullstat and ffullstat system calls in AIX Operating
System Technical Reference.