pwd
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 links
The 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.
Related Linux Bash commands:
cd - Change Directory
Equivalent Windows XP commands:
CD - Change Directory / describe current folder