January 2003
Intermediate to advanced
832 pages
32h 40m
English
dirs
dirs [options]
Print the directory stack, showing the current directory first. See
also popd and pushd. All
options except -l, -n, and
-v are tcsh extensions.
-c
Clear the directory stack.
-l
Expand the home directory symbol (~) to the actual directory name.
-n
Wrap output.
-v
Print one directory per line.
-L
file
Re-create stack from file, which should
have been created by dirs -S
file.
-S
file
Print to file a series of
pushd and popd commands,
which can be invoked to replicate the stack.