home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 337.lha / same_v1.0 / same.doc < prev    next >
Encoding:
Text File  |  1990-01-28  |  908 b   |  26 lines

  1. Same - Version 1.0
  2.  
  3. Copyright (c) 1990 by Daniel Zenchelsky
  4.  
  5. 1)  This  program  is freely redistributable, so long as no more than $5.00
  6. total is charged for duplication, packaging, etc.
  7.  
  8. 2)  This program may not be including with anything sold for profit without
  9. the written permission of the author, Daniel Zenchelsky.
  10.  
  11. 3)  Fred  Fish  has  permission  to  distribute this program as part of his
  12. collection of public domain and shareware disks.
  13.  
  14. ---------------------------------------------------------------------------
  15.  
  16. This  is  a little utility I whipped together for my own use, but I figured
  17. that  maybe  other  people  would have a use for it as well, so here it is.
  18. What it does is take two sorted input files and return those lines that are
  19. identical  in  both  files,  not  counting  case  (i.e.   both  strings are
  20. converted to upper case before comparison).
  21.  
  22. The format is:
  23.  
  24. Same File1 File2
  25.  
  26.