aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/pushd.txt
blob: 4a208791e2fc529454c249fd4e8b6b9dd12bae8f (plain)
1
2
3
4
5
6
7
8
9
\section pushd pushd - push directory to directory stack

\subsection pushd-synopsis Synopsis
<tt>pushd [DIRECTORY]</tt>

\subsection pushd-description Description 
The <tt>pushd</tt> function adds DIRECTORY to the top of the directory stack
and makes it the current directory. Use <tt>popd</tt> to pop it off and and
return to the original directory.