pwd [-P | --physical] pwd [-L | --logical]
pwd outputs (prints) the current working directory.
The following options are available:
Output the logical working directory, without resolving symlinks (default behavior).
Output the physical working directory, with symlinks resolved.
Displays help about using this command.
Navigate directories using the directory history or the directory stack
© 2005-2009 Axel Liljencrantz, 2009-2026 fish-shell contributors
Licensed under the GNU General Public License, version 2.
https://fishshell.com/docs/4.5/cmds/pwd.html