\section pushd pushd - push directory to directory stack \subsection pushd-synopsis Synopsis pushd [DIRECTORY] \subsection pushd-description Description The pushd function adds DIRECTORY to the top of the directory stack and makes it the current directory. Use popd to pop it off and and return to the original directory.