| |
---|
| | .SH SYNOPSIS: |
---|
| | 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 |
---|
| | grouping the file names by "extension". If you do not name a |
---|
| | specific directory, it defaults to the current directory. |
---|
| | |
---|
| | For each directory selected, tdir will first display a columnated and |
---|
| | sorted list of subdirectories delimited by square brackets, followed |
---|
| |
---|
| | |
---|
| | If either a directory or file name cannot fit in the column width, it will |
---|
| | be truncated so that it does fit. In that case, the last character of |
---|
| | the truncated name will be replaced with a carat (^) to let you know |
---|
| | what happened. |
---|
| | what happened. |
---|
| | |
---|
| | The output is written to the standard output. |
---|
| | |
---|
| | Normal exits return an exit status of 0. Command line errors or |
---|
| | Normal exits return an exit status of 0. Command line errors or |
---|
| | unreasonable parameters return an exit status of 2. |
---|
| | |
---|
| | .SH OPTIONS |
---|
| | .TP |
---|
| |
---|
| | .B -c # |
---|
| | Set Column With to # characters. (default: 19) |
---|
| | .TP |
---|
| | .B -w # |
---|
| | Set the Output Width to # characters. |
---|
| | Set the Output Width to # characters. |
---|
| | On Unix-style systems, this defaults to the current terminal |
---|
| | width minus 1. On other systems it defaults to 80. |
---|
| | .SH COLUMN ARITHMETIC |
---|
| | tdir defines its columnar output based on the total output width and |
---|
| |
---|
| | |
---|
| | 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-2014 TundraWare Inc. |
---|
| | tdir is Copyright(c) 2001-2018 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 |
---|
| | .nf |
---|
| | Tim Daneliuk |
---|
| | tundra@tundraware.com |
---|
| | |
---|
| | |
---|
| | |