home *** CD-ROM | disk | FTP | other *** search
- Date: 1 Dec 83
- James M. Knox
- TriSoft
-
-
-
-
- SD -- SORTED DIRECTORY (68K)
- == ======================
-
-
- Thσáá SD-68╦á prograφá provide≤á ßá mean≤á oµá displayinτá ß ì
- director∙á oµá use≥ files¼á sorteΣ iε alphabetiπá order«á I⌠á i≤ ì
- intendeΣá a≤á aε CP/M-68╦ counterpoin⌠ t∩á thσá excellan⌠á publiπ ì
- domaiεá prograφá S─á writteε fo≥ CP/M-2.° b∙á Brucσá Ratofµá (anΣ ì
- modifieΣ b∙ almos⌠ everyone¼ includinτ myself)« AlthougΦ thσ tw∩ ì
- program≤á arσ no⌠ identica∞ iε term≤ oµ option≤ anΣ capabilities¼ ì
- mos⌠ SD-68╦ wil∞ accep⌠ thσ mos⌠ commonl∙ useΣ option≤ iε ßá forφ ì
- consisten⌠ witΦ SD.COM« Also¼ sincσ thσ extension≤ arσ differen⌠ ì
- fo≥ thσ tw∩ programs¼á botΦ ma∙ coexis⌠ oε ß disk╗ onσ a≤ SD.COM¼ ì
- and the other as SD.68K.
-
- USE: SD.68K is invoked as
-
- A> SD [file-spec] [>outfile] [-optionlist]
-
- wherσá thσá item≤ iε bracket≤ arσ al∞ optiona∞ anΣá positioε ì
- independent.
-
- file-spec == standard CP/M file specification of the form
-
- d:name.typ
-
- including * and ? wildcards.
-
- >outfile == this option re-directs the output to a CP/M
- file where 'outfile' is the file-spec.
-
- -optionlist == is a list of options controlling the output
- format from SD. These options may be either
- 'lumped' together, or separately with each
- preceeded by a '-' flag (ala UNIX). A '$'
- character may be used instead of the '-' for
- compatibility with CP/M-2.x SD.
-
- Valid options are:
-
- -╦ =╜ togglσ displa∙ oµ filσ sizeΣ (default
- is to display size)
-
- -╙ =╜ togglσ displa∙ oµ 'systemº files
- (default is to not display 'system'
- files)
- .cp 6
- è -F == toggle display of file 'flags' (default
- i≤ t∩ no⌠ displa∙ flags)« Flags are:
-
- S == system file
- R == read only
- A == archived
-
-
- Examples of valid SD commands:
-
-
- SD == list all files on current
- default disk and directory.
-
- SD *.* == same as above.
-
- SD test.* == list all files on current
- default disk and directory
- witΦ 'testº a≤ thσ file
- name.
-
- SD -S -F ABC?DE.DAT >FILES.LIS == list all files on current
- default disk and directory
- with the file name 'ABC',
- any letter, 'DE', and type
- 'DAT'. Output will be to
- filσ 'FILES.LIS'¼ flags
- will be displayed, and
- system files included.
-
-
- SD >FILES.LIS ABC?DE.DAT $FS == same as above
-
-
- Display formats are:
-
- File names only == 6 names per line
-
- File names and == 4 names per line
- either size or
- flags
-
- File names and == 3 names per line
- both size and
- flags
-