Last Updated: February 25, 2016
·
436
· smoovej

Push your present working directory to a stack that you can pop later

cd /home/complicated/path/.I/dont/want/to/forget
pushd /tmp
cd thing/in/tmp
popd (returns you to /home/complicated/path/.I/dont/want/to/forget)