Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
598 B
Text
12 lines
598 B
Text
tdir is Yet Another Way To Display Directory Listings. Output is in
|
|
columnar format with sub-directories listed first, and then a listing
|
|
of the files ordered by their ending "extension" - typically the
|
|
characters following the rightmost '.' in the file name (though this
|
|
can be changed on the command line).
|
|
|
|
tdir supports recursive directory examination. Total output width as
|
|
well as column width can be set on the command line and tdir will
|
|
autoformat accordingly.
|
|
|
|
tdir is written in 'python' and requires a reasonably current version
|
|
of the 'python' environment to be present on the system.
|