fish-shell/doc_src/dirs.txt
Fabian Homborg 73a5e2bc6b Document dirs -c
Fixes #2174
2015-09-11 11:33:04 +02:00

15 lines
350 B
Text

\section dirs dirs - print directory stack
\subsection dirs-synopsis Synopsis
\fish{synopsis}
dirs
dirs -c
\endfish
\subsection dirs-description Description
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
With "-c", it clears the directory stack instead.
`dirs` does not accept any parameters.