fish-shell/doc_src/dirs.txt

16 lines
350 B
Plaintext
Raw Normal View History

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