2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-13 12:43:43 +00:00
fish-shell/doc_src/pwd.txt

17 lines
420 B
Text
Raw Normal View History

\section pwd pwd - output the current working directory
2012-07-10 18:53:07 +02:00
\subsection pwd-synopsis Synopsis
2014-08-01 13:25:41 +01:00
\fish{synopsis}
pwd
\endfish
2012-07-10 18:53:07 +02:00
\subsection pwd-description Description
`pwd` outputs (prints) the current working directory.
The following options are available:
- `-L`, Output the logical working directory, without resolving symlinks (default behavior).
- `-P`, Output the physical working directory, with symlinks resolved.