mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
73a5e2bc6b
Fixes #2174
15 lines
350 B
Text
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.
|