mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
21 lines
323 B
ReStructuredText
21 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.
|