mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
16 lines
350 B
ReStructuredText
16 lines
350 B
ReStructuredText
|
\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.
|