
pwd
List of commands for pwd:
-
pwd:tldr:67ee8 pwd: Print the current directory, and resolve all symlinks (i.e. show the "physical" path).$ pwd --physicaltry on your machineexplain this command
-
pwd:tldr:84491 pwd: Print the current directory, and resolve all symlinks (i.e. show the "physical" path).$ pwd -Ptry on your machineexplain this command
-
pwd:tldr:f98e4 pwd: Print the current logical directory.$ pwd --logicaltry on your machineexplain this command