Forrest logo
back to context overview

pushd

List of commands for pushd:

  • pushd:tldr:015c7 pushd: Switch to directory and push it on the stack.
    $ pushd ${path-to-directory}
    try on your machine
    explain this command
  • pushd:tldr:27e94 pushd: Switch first and second directories on the stack.
    $ pushd
    try on your machine
    explain this command
  • pushd:tldr:f2cc0 pushd: Rotate stack by making the 5th element the top of the stack.
    $ pushd +4
    try on your machine
    explain this command
back to context overview