Forrest logo
back to context overview

popd

List of commands for popd:

  • popd:tldr:2d0bd popd: Remove the Nth directory (starting from zero to the left from the list printed with `dirs`).
    $ popd +N
    try on your machine
    explain this command
  • popd:tldr:9a9e8 popd: Remove the top directory from the stack and cd to it.
    $ popd
    try on your machine
    explain this command
  • popd:tldr:c3382 popd: Remove the Nth directory (starting from zero to the right from the list printed with `dirs`).
    $ popd -N
    try on your machine
    explain this command
back to context overview