Print Working Directory
SYNTAX
pwd [-LP]
OPTIONS (shell builtin)
-P : The pathname printed will not contain symbolic links.
-L : The pathname printed may contain symbolic linksThe default action is to show the current folder as an absolute path.
All components of the path will be actual folder names – none will be symbolic links.