====== pushd / popd ====== * [[https://linuxcommand.org/lc3_man_pages/pushdh.html|pushd man page]] * [[https://linuxcommand.org/lc3_man_pages/popdh.html|popd man page]] * 디렉토리를 스택에 저장했다가 다시 해당 디렉토리로 이동하기 cd ~/some/dir pushd . cd /tmp popd # ~/some/dir 로 돌아옴