fish-shell/sphinx_doc_src/cmds/dirs.rst

19 lines
329 B
ReStructuredText
Raw Normal View History

dirs - print directory stack
==========================================
Synopsis
--------
dirs
dirs -c
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.