DirTree displays directory hierarchy trees.
Format: DirTree [[DIR] directory...] [NOHEAD] [FILES]
Template: DIR/M,NOHEAD/S,FILES/S
The DirTree command displays a directory hierarchy tree for each of
the specified directories.
If no names are given, the current directory is used.
The NOHEAD switch suppresses the printing of the header information.
Files are included in the listing if the FILES switch is used.
DirTree does not follow links.
Ctrl-C aborts the directory tree listing.
Example:
1> dirtree files nohead
DirTree (dir)
+--DirTree
+--DirTree.doc
+--DirTree.doc.info
`--source (dir)
+--DirTree.c
`--smakefile
Binary, source code and documentation included.
Under 2-clause BSD license.
|