fish-shell/doc_src/pushd.txt
2013-04-14 12:19:56 +05:30

9 lines
347 B
Text

\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
return to the original directory.