home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / dirs < prev    next >
Encoding:
Text File  |  1993-10-08  |  550 b   |  10 lines

  1.        dirs [ -v ] [ arg ... ]
  2.               With no arguments, print the contents of the direc-
  3.               tory stack.  If the -v option is given, number  the
  4.               directories  in  the stack when printing.  Directo-
  5.               ries are added to this stack with  the  pushd  com-
  6.               mand, and removed with the cd or popd commands.  If
  7.               arguments are specified, load them onto the  direc-
  8.               tory  stack, replacing anything that was there, and
  9.               push the current directory onto the stack.
  10.