home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD1.img / d1xx / d123 / arp / docs / commands / sort < prev    next >
Encoding:
Text File  |  1988-01-01  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ARP(REL1)             ARP User's    Manual             ARP(REL1)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Sort - Sort a    file
  10.  
  11.      Synopsis
  12.       Sort FROM <file> TO <file> <start col> <for width> <case
  13.       sensitive>
  14.  
  15.      DESCRIPTION
  16.       Sort attempts    to remedy the defects of the AmigaDOS sort
  17.       command.  It sorts text files, and you may specify, using
  18.       the CASE keyword, whether or not the sort is case sensitive.
  19.       The default is to ignore case.  You may specify a column to
  20.       start    sorting    at, and/or the number of characters per    line
  21.       to examine during the    sort (the width).  Unlike the AmigaDOS
  22.       sort command,    this program is    quite fast even    for very large
  23.       files, and it    will not crash the Amiga if your file is too
  24.       large    to sort, it simply informs you that it cannot sort
  25.       your file. This is not likely    to happen, since Sort can
  26.       handle most files that will fit into the memory of the
  27.       computer.
  28.  
  29.      Example
  30.       list >listfile
  31.  
  32.       sort listfile    colstart 32
  33.  
  34.       Gives    a listing of all files sorted by time (i.e., from the
  35.       earliest to the latest).
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 10/6/87)
  64.  
  65.  
  66.  
  67.