pushdpushd
name
pushd
+
n
pushd
The first form changes the working directory to name and adds it to the directory stack. The second form rotates the n th entry to the beginning, making it the working directory. (Entry numbers begin at 0.) With no arguments, pushd switches the first two entries and changes to the new current directory. See also dirs and popd . Examples5% |
|