On that note, "pushd /tmp" changes your working directory to /tmp while remembering where you were; "popd" goes back to your previous dir.
0
1
0
0
0
@unixcheatsheet "cd -" changes to last used directory aswell :)