home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / CPM68K / SD68K.LBR / SD68K.DQC / SD68K.DOC
Text File  |  2000-06-30  |  4KB  |  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è                    -F == toggle display of file 'flags' (default
  55.                           i≤ t∩ no⌠ displa∙ flags)«  Flags are:
  56.  
  57.                                    S == system file
  58.                                    R == read only
  59.                                    A == archived
  60.  
  61.  
  62. Examples of valid SD commands:
  63.  
  64.  
  65.      SD                            == list all files on current
  66.                                       default disk and directory.
  67.  
  68.      SD *.*                        == same as above.
  69.  
  70.      SD test.*                     == list all files on current
  71.                                       default disk and directory
  72.                                       witΦ 'testº a≤ thσ file
  73.                                       name.
  74.  
  75.      SD -S -F ABC?DE.DAT >FILES.LIS == list all files on current
  76.                                       default disk and directory
  77.                                       with the file name 'ABC',
  78.                                       any letter, 'DE', and type 
  79.                                       'DAT'.  Output will be to
  80.                                       filσ 'FILES.LIS'¼ flags
  81.                                       will be displayed, and
  82.                                       system files included.
  83.  
  84.  
  85.      SD >FILES.LIS ABC?DE.DAT $FS   == same as above
  86.  
  87.  
  88. Display formats are:
  89.  
  90.      File names only == 6 names per line
  91.  
  92.      File names and  == 4 names per line
  93.       either size or
  94.       flags
  95.  
  96.      File names and  == 3 names per line
  97.       both size and
  98.       flags
  99.  
  100.