pwd
Print the current working directory path.
$ pwd
Examples
# Print current directory pwd # Resolve symlinks pwd -P # Keep symlinks pwd -L
Print the current working directory path.
Examples
# Print current directory pwd # Resolve symlinks pwd -P # Keep symlinks pwd -L