Documented -D option.
1 parent 771cfa5 commit 3f943036bb86eafdb14092f6ccfdf1fae601fca8
@tundra tundra authored on 10 May 2006
Showing 1 changed file
View
10
tdir.1
.TH tdir 1 TundraWare
.SH NAME
tdir \- Display formatted directory listing
.SH SYNOPSIS:
tdir [-Rdefhtv] [-c\fICol Width\fP] [-s\fISep Character\fP] [-w\fIOutput Width\fP] [dir ...]
tdir [-DRdefhtv] [-c\fICol Width\fP] [-s\fISep Character\fP] [-w\fIOutput Width\fP] [dir ...]
.SH DESCRIPTION
tdir displays a formatted listing for the directories you select,
grouping the file names by "extension". If you do not name a
specific directory, it defaults to the current directory.
Normal exits return an exit status of 0. Command line errors or
unreasonable parameters return an exit status of 2.
 
.SH OPTIONS
.TP
.B -D
Supress output of "dot" directories and files. i.e., Files and directories
whose names begin with "."
.TP
.B -R
Travel down each directory tree Recursively. Defaults to
no recursion.
You must have a reasonably current copy of 'python' installed for tdir
to operate.
.SH BUGS AND MISFEATURES
None known as of this release. tdir is written in 'python' and has
been used on FreeBSD, Linux, and Windows 2000 installations. If you are
been used on FreeBSD, Linux, and Windows 2000/XP installations. If you are
using something else that supports 'python', give it a whirl.
 
tdir is case-sensitive. So, files ending in ".EXE" and ".exe" and
".eXe" will sort into separate groups. This is completely appropriate
 
Paths are displayed using '/' as the path separator. I can't help it
that Microsoft departed from The One True Way ;))
.SH COPYRIGHT
tdir is Copyright(c) 2001, 2002 TundraWare Inc.
tdir is Copyright(c) 2001-2006 TundraWare Inc.
For terms of use, see the tdir-license.txt file in the program distribution.
If you install tdir on a FreeBSD system using the 'ports' mechanism, you will
also find this file in /usr/local/share/doc/tdir.
.SH AUTHOR