home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / new / util / cli / sort / readme < prev    next >
Text File  |  1994-04-20  |  2KB  |  48 lines

  1. sort        Version 1.23        by Rüdiger Werner
  2.  
  3. The program and files in this distribution are freely distributable,
  4. but are also copyright (c) Rüdiger Werner. They may be freely
  5. distributed as long as no more than a nominal fee is charged to cover
  6. time and copying costs.
  7. No commercial usage is permitted without written permission from the
  8. author. Everything in this distribution must be kept together, in original
  9. unmodified form.
  10. The above is generally known as freeware.
  11.  
  12. ***********************************************************************
  13. * Notice that the author can't be made responsible for the destroying *
  14. * or lost of data through use of this program. You use it on your own *
  15. * risc. Please read the Doc-file before using.                        *
  16. ***********************************************************************
  17.  
  18. Please contact me if you have any comments or suggestions
  19. or if you simply tried the program:
  20.  
  21.  E-Mail:  rw2@irz.inf.tu-dresden.de
  22.  
  23.  Mail:      Rüdiger Werner
  24.       Stresemannplatz 2
  25.       01309 Dresden
  26.       GERMANY
  27.  
  28. Contents
  29.  
  30.  README
  31.  sort        13424 Bytes
  32.  sort_engl    13112 Bytes
  33.  sort.doc     2969 Bytes
  34.  History
  35.  
  36.  
  37. This program was written for sorting ASCII-Files in alphabetical order.
  38. I had to sort some large files. I searched for a usable sort-program,
  39. but I didn't found.
  40. Anyway, I implemented an algorithm and added some useful other features
  41. like erasing empty lines or lines which are twice or more in the file
  42. (of course ONE line is kept in the file).
  43. For more information read the doc-file.
  44.  
  45. Have fun
  46.  
  47. Rüdiger
  48.