home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / refsort.lbr / READ.MZ / READ.ME
Encoding:
Text File  |  1993-10-25  |  2.1 KB  |  43 lines

  1.                                    REFSORT.COM
  2.                                    -----------
  3.  
  4.                            Copyright 1986 Carl M. Tootle
  5.  
  6.               This  is  an  extension  of  my   line-sorting  program,
  7.           LINESORT.COM,  which alphabetically sorts ASCII input  on  a
  8.           line-by-line basis.  This program was written in response to
  9.           the need  to sort document references longer than one line. 
  10.           A single reference may be up to ten lines of up to 255 bytes
  11.           each.  All  references  must  be  in  an  ASCII  text  file,
  12.           single-spaced and with a blank line between each reference. 
  13.  
  14.               The first  line  of  each reference is the sort key, and
  15.           leading  spaces  or  tabs  are ignored.  The sort  is  on  a
  16.           case-INsensitive basis, and each reference is written to  an
  17.           ASCII  output  file  in  sorted  order.    Input  files  and
  18.           output  files  are specified as command-line parameters:
  19.  
  20.                   refsort <drive:>input.fil <drive:>output.fil
  21.  
  22.               Sorting proceeds in memory, if possible, and if not then
  23.           disk  space  is automatically used.  This is the  Turbo-Sort
  24.           tool   distributed  by  Borland   International   with   the
  25.           Turbo-Pascal compiler, and  is  a  QuickSort  algorithm.  It
  26.           requires PLENTY of empty disk space (and more  time)  as the
  27.           size of the input file increases. 
  28.  
  29.               The  object  file was compiled with C200 hex as the  end
  30.           address, so  the program should run on most CP/M computers. 
  31.           The GINST Turbo Tool is provided  for  terminal installation
  32.           if desired (without installation, REFSORT.COM is for Kaypros
  33.           with hilite).   To  install,  put all files on disk and type
  34.           REFSINST at the A> prompt; see the file  INSTALL.DOC for the
  35.           details. 
  36.  
  37.               I am interested in any comments:
  38.  
  39.               Carl M. Tootle
  40.               33 North Stone Ave., #1220
  41.               Tucson, AZ  85701fil
  42.  
  43.               Sorting proceeds in memory, if possible, and if no