GNU Info

Info Node: (bashref.info)The Directory Stack

(bashref.info)The Directory Stack


Next: Printing a Prompt Prev: Arrays Up: Bash Features
Enter node , (file) or (file)node

The Directory Stack
===================

Directory Stack Builtins
Bash builtin commands to manipulate
the directory stack.
   The directory stack is a list of recently-visited directories.  The
`pushd' builtin adds directories to the stack as it changes the current
directory, and the `popd' builtin removes specified directories from
the stack and changes the current directory to the directory removed.
The `dirs' builtin displays the contents of the directory stack.

   The contents of the directory stack are also visible as the value of
the `DIRSTACK' shell variable.


automatically generated by info2www version 1.2.2.9