pwd |
pwd
This will print to screen your current working directory. If your present working directory was /home/fred and you executed the pwd command you would get this return: /home/fred If your resent working directory was /usr/share and you executed the pwd command you would get this return: /usr/share |