pwd
v(uutils coreutils) 0.1.0
Options
--logical
,-L
-
pwd-help-logical
--physical
,-P
-
pwd-help-physical
Examples
Print the current directory:
pwd
Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
pwd {{[-P|--physical]}}
Display help:
pwd --help
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.