
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 +Ntry on your machineexplain this command
-
popd:tldr:9a9e8 popd: Remove the top directory from the stack and cd to it.$ popdtry on your machineexplain this command
-
popd:tldr:c3382 popd: Remove the Nth directory (starting from zero to the right from the list printed with `dirs`).$ popd -Ntry on your machineexplain this command