You might be wondering how to find out exactly where you are after doing many cd commands. Unix has a spiffy little command just for this: pwd (present working directory).
Type pwd and press
The complete path to the current directory appears, followed by the shell prompt (Figure 17 ).
pwd command displays the complete path to the current directory.