mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 05:03:46 +08:00
19 lines
314 B
ReStructuredText
19 lines
314 B
ReStructuredText
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.
|