💾 Archived View for uhc.megaburken.net › help › pushd captured on 2021-11-30 at 20:18:30.

View Raw

More Information

-=-=-=-=-=-=-

PushD - Push current working directory to stack and change to new directory

Usage: pushd DIRECTORY

Works like cd but stores the current directory in a stack so it can be fetched
back later with the popd command.

Examples:
 1.Workbench:> pushd ram:
 1.Ram Disk:> pushd work:
 1.Work:> popd
 1.Ram Disk:> popd
 1.Workbench:>