home *** CD-ROM | disk | FTP | other *** search
- Program: D directory utility
-
- By: Gregg Reno
- 60 Deanna Drive #153
- Somerville, N.J. 08876
-
- PLINK: OKR621
-
- Description:
-
- This program can replace both of the CLI commands DIR and LIST. I wrote
- it to require as few keystrokes as possible. Also included is the lattice
- C 3.1 SPECIFIC source code. I would like to be able to shrink the program
- a little more. If you have any suggestions or any other comments, send me
- some mail.
-
- Here is an overview:
-
- Format: 3 column file names (default), or long listing including file
- name, #bytes, #blocks, protection, date and file notes.
-
- Filespec: Works like MS-DOS DIR command. You can specify a directory
- or filename with or without wildcards. The '*' character may
- be used in the same way as the amiga '#?' wildcard. If the
- filespec begins or ends with a '.', a wildcard is assumed for
- the file name or extension.
-
- Options: Options may appear anywhere on the command line.
- -l,-L long format (with the junk listed above)
- -s,-S sort output
- -f,-F list files only
- -d,-D list directories only
- -n,-N list only files with no file extensions.
-
- Examples:
-
- d df0:devs -l list all files in the devs directory in long format
- d -s #?ab#? sorted listing all files that have the string 'ab'
- in it.
- d .c list all files that end in '.c'
- d *.c same as above
- d comm. list all files that start with 'comm.'. This will
- NOT pick up the file name 'comm'.
-