home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / zsh / zsh-2.4 / zsh-2 / zsh-2.4.306 / help / popd < prev    next >
Text File  |  1993-10-09  |  663b  |  12 lines

  1.        popd [ +-n ]
  2.               Removes entries from the directory stack.  With  no
  3.               arguments,  removes  the  top  directory  from  the
  4.               stack, and performs a cd to the new top  directory.
  5.               With  an  argument  of  the form +n, remove the nth
  6.               entry counting from the left of the list  shown  by
  7.               the dirs command, starting with zero, and change to
  8.               that directory.  With an argument of the  form  -n,
  9.               remove  the  nth entry counting from the right.  If
  10.               the PUSHD_MINUS option is set, the  meanings  of  +
  11.               and - in this context are swapped.
  12.