Tcl Library Source Code
Help: tree
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

The "tree" command:

Usage: fossil tree ?OPTIONS? ?PATHS ...?

List all files in the current check-out much like the "tree" command does. If PATHS is included, only the named files (or their children if directories) are shown.

Options:

-r VERSION
The specific check-in to list
-R|--repository REPO
Extract info from repository REPO

See also: ls