aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/dirs.txt
blob: c3da6e84fae1db58c5aee1efe96a17d184c6b292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\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.