home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cpm68k / sd68k.lbr / SD68K.DQC / SD68K.DOC
Encoding:
Text File  |  1986-06-11  |  3.6 KB  |  100 lines

  1.                                                   Date: 1 Dec 83
  2.                                                   James M. Knox
  3.                                                   TriSoft
  4.  
  5.  
  6.  
  7.  
  8.                   SD -- SORTED DIRECTORY (68K)
  9.                   ==    ======================
  10.  
  11.  
  12.      Thσáá SD-68╦á prograφá provide≤á ßá mean≤á oµá displayinτá ß ì
  13. director∙á oµá use≥ files¼á sorteΣ iε alphabetiπá order«á  I⌠á i≤ ì
  14. intendeΣá a≤á aε CP/M-68╦ counterpoin⌠ t∩á thσá excellan⌠á publiπ ì
  15. domaiεá prograφá S─á writteε fo≥ CP/M-2.° b∙á Brucσá Ratofµá (anΣ ì
  16. modifieΣ b∙ almos⌠ everyone¼ includinτ myself)«  AlthougΦ thσ tw∩ ì
  17. program≤á arσ no⌠ identica∞ iε term≤ oµ option≤ anΣ capabilities¼ ì
  18. mos⌠ SD-68╦ wil∞ accep⌠ thσ mos⌠ commonl∙ useΣ option≤ iε ßá forφ ì
  19. consisten⌠ witΦ SD.COM«  Also¼ sincσ thσ extension≤ arσ differen⌠ ì
  20. fo≥ thσ tw∩ programs¼á botΦ ma∙ coexis⌠ oε ß disk╗ onσ a≤ SD.COM¼ ì
  21. and the other as SD.68K.
  22.  
  23. USE:  SD.68K is invoked as
  24.  
  25.           A> SD [file-spec] [>outfile] [-optionlist]
  26.  
  27.      wherσá thσá item≤ iε bracket≤ arσ al∞ optiona∞ anΣá positioε ì
  28.      independent.
  29.  
  30.      file-spec == standard CP/M file specification of the form
  31.  
  32.                     d:name.typ
  33.  
  34.                   including * and ? wildcards.
  35.  
  36.      >outfile  == this option re-directs the output to a CP/M
  37.                   file where 'outfile' is the file-spec.
  38.  
  39.      -optionlist == is a list of options controlling the output
  40.                   format from SD.  These options may be either
  41.                   'lumped' together, or separately with each
  42.                   preceeded by a '-' flag (ala UNIX).  A '$'
  43.                   character may be used instead of the '-' for
  44.                   compatibility with CP/M-2.x SD.
  45.  
  46.                   Valid options are:
  47.  
  48.                     -╦ =╜ togglσ displa∙ oµ filσ sizeΣ (default
  49.                           is to display size)
  50.  
  51.                     -╙ =╜ togglσ displa∙ oµ 'systemº files
  52.                           (default is to not display 'system'
  53.                           files)
  54. .cp 6
  55. è                    -F == toggle display of file 'flags' (default
  56.                           i≤ t∩ no⌠ displa∙ flags)«  Flags are:
  57.  
  58.                                    S == system file
  59.                                    R == read only
  60.                                    A == archived
  61.  
  62.  
  63. Examples of valid SD commands:
  64.  
  65.  
  66.      SD                            == list all files on current
  67.                                       default disk and directory.
  68.  
  69.      SD *.*                        == same as above.
  70.  
  71.      SD test.*                     == list all files on current
  72.                                       default disk and directory
  73.                                       witΦ 'testº a≤ thσ file
  74.                                       name.
  75.  
  76.      SD -S -F ABC?DE.DAT >FILES.LIS == list all files on current
  77.                                       default disk and directory
  78.                                       with the file name 'ABC',
  79.                                       any letter, 'DE', and type 
  80.                                       'DAT'.  Output will be to
  81.                                       filσ 'FILES.LIS'¼ flags
  82.                                       will be displayed, and
  83.                                       system files included.
  84.  
  85.  
  86.      SD >FILES.LIS ABC?DE.DAT $FS   == same as above
  87.  
  88.  
  89. Display formats are:
  90.  
  91.      File names only == 6 names per line
  92.  
  93.      File names and  == 4 names per line
  94.       either size or
  95.       flags
  96.  
  97.      File names and  == 3 names per line
  98.       both size and
  99.       flags
  100.  
  101.