mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:41:42 +08:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
\section pwd pwd - output the current working directory
|
|
|
|
\subsection pwd-synopsis Synopsis
|
|
\fish{synopsis}
|
|
pwd
|
|
\endfish
|
|
|
|
\subsection pwd-description Description
|
|
|
|
`pwd` outputs (prints) the current working directory.
|
|
|
|
Note that `fish` always resolves symbolic links in the current directory path.
|