Linux
Command
Library
Commands
Basics
Tips
dirs
dirs
TLDR
Display the directory stack with a space between each entry
$ dirs
Display the directory stack with one entry per line
$ dirs -p
Display only the nth entry in the directory stack, starting at 0
$ dirs +[N]
Clear the directory stack
$ dirs -c
COLLAPSE ALL
Copied to clipboard