fish-shell/doc_src/dirs.txt

16 lines
350 B
Text
Raw Normal View History

\section dirs dirs - print directory stack
\subsection dirs-synopsis Synopsis
2014-08-01 12:25:41 +00:00
\fish{synopsis}
dirs
2015-08-10 16:42:33 +00:00
dirs -c
\endfish
2010-09-18 02:18:26 +00:00
\subsection dirs-description Description
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
2015-08-10 16:42:33 +00:00
With "-c", it clears the directory stack instead.
`dirs` does not accept any parameters.