fish-shell/doc_src/pwd.txt

17 lines
420 B
Plaintext
Raw Normal View History

\section pwd pwd - output the current working directory
2012-07-11 00:53:07 +08:00
\subsection pwd-synopsis Synopsis
2014-08-01 20:25:41 +08:00
\fish{synopsis}
pwd
\endfish
2012-07-11 00:53:07 +08: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.