2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-03-05 15:57:36 +00:00
fish-shell/sphinx_doc_src/cmds/dirs.rst
2019-03-31 11:24:04 +02:00

20 lines
323 B
ReStructuredText

.. _cmd-dirs:
dirs - print directory stack
============================
Synopsis
--------
dirs
dirs -c
Description
-----------
``dirs`` prints the current directory stack, as created by the :ref:`pushd <cmd-pushd>` command.
With "-c", it clears the directory stack instead.
``dirs`` does not accept any parameters.