Skip to content
Norbert Preining edited this page Oct 6, 2017 · 2 revisions

pushd <directory>

Changes the working directory to <directory>, and puts the current directory onto the push stack. Going back can be done with pop.

Related: dirs, pwd, popd, cd, ls

Clone this wiki locally