mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
20 lines
329 B
ReStructuredText
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.
|