mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
12 lines
296 B
Text
12 lines
296 B
Text
\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.
|