commands.sh

pwd

all

Print the name of current/working directory.

More info →

Options (1)

-P, --physicalboolean

Print the current directory, and resolve all symlinks (i.e. show the "physical" path)

Example: pwd {{[-P|--physical]}}

Examples (3)

Print the current directory

Print the current directory, and resolve all symlinks (i.e. show the "physical" path)

pwd [-P|--physical]

Display help

pwd --help
made by @shridhargupta | data from tldr-pages