mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
d282bc4625
Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
12 lines
291 B
Text
12 lines
291 B
Text
\section pwd pwd - output the current working directory
|
|
|
|
\subsection pwd-synopsis Synopsis
|
|
\fish{syn}
|
|
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.
|