
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 machineexplain this command
-
pushd:tldr:27e94 pushd: Switch first and second directories on the stack.$ pushdtry on your machineexplain this command
-
pushd:tldr:f2cc0 pushd: Rotate stack by making the 5th element the top of the stack.$ pushd +4try on your machineexplain this command