Forrest logo
back to context overview

dirs

List of commands for dirs:

  • dirs:tldr:33030 dirs: Display the directory stack with a space between each entry.
    $ dirs
    try on your machine
    explain this command
  • dirs:tldr:5d779 dirs: Display only the nth entry in the directory stack, starting at 0.
    $ dirs +${N}
    try on your machine
    explain this command
  • dirs:tldr:7b366 dirs: Clear the directory stack.
    $ dirs -c
    try on your machine
    explain this command
  • dirs:tldr:c099e dirs: Display the directory stack with one entry per line.
    $ dirs -p
    try on your machine
    explain this command
back to context overview