fish-shell/sphinx_doc_src/cmds/dirs.rst
Fabian Homborg cf9b8fa3fa docs: Add labels to all commands
This allows us to use :ref: references, which don't require hardcoding
it as html

[ci skip]
2019-03-31 11:05:33 +02:00

20 lines
329 B
ReStructuredText

.. _cmd-dirs:
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.