pwd
pwd linux command cheatsheet by Thamizhiniyan C S
Last updated
pwd linux command cheatsheet by Thamizhiniyan C S
Last updated
-L
, --logical
Instructs pwd
to output the $PWD
environment variable contents, including symbolic links. If no option is specified, pwd
assumes -L
.
-P
, --physical
Prints the path to the current directory. All the components are directory names, and symbolic links are resolved.
--version
Outputs the program version.
--help
Displays the help message.