blob: 46b6419f92a0eaa129aca5178fe033daaa854b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\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.
|