1dirs [ -c ] [ arg ... ]
2dirs [ -lpv ]
3       With no arguments, print the contents of  the  directory  stack.
4       Directories  are added to this stack with the pushd command, and
5       removed with the cd or popd commands.  If arguments  are  speci-
6       fied,  load  them  onto  the directory stack, replacing anything
7       that was there, and push the current directory onto the stack.
8
9       -c     clear the directory stack.
10
11       -l     print directory names in full instead of using of using ~
12              expressions  (see Dynamic and Static named directories in
13              zshexpn(1)).
14
15       -p     print directory entries one per line.
16
17       -v     number the directories in the stack when printing.
18