演示:
$ cd ~/some_path $ cd /another_path $ command_to_go_back_to_some_path
$ pushd ~/some_path $ pushd /another_path $ popd $ popd