.TH dirs "" "" Command
.PC "Print the contents of the directory stack"
\fBdirs\fR
.PP
.HS
\fBsh\fR only.
.HE
The \*(CO shell
.B sh
maintains an internal ``directory stack'', which is a stack of names of
directories.
You can manipulate this stack should you, for any reason, wish to traverse
a number of directories quickly and efficiently.
.PP
The command
.B dirs
prints the current contents of the directory stack.
.SH "See Also"
.Xr "commands," commands
.Xr "popd," popd
.Xr "pushd," pushd
.Xr "sh" sh
