Short: Shell command displaying directory trees Author: Torsten Poulin Uploader: torpou+aminet gmail com (Torsten Poulin) Type: util/cli Version: 40.8 Architecture: m68k-amigaos >= 2.04 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.