home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / cli / diff10.lha / Diff.doc < prev    next >
Encoding:
Text File  |  1995-04-14  |  2.2 KB  |  74 lines

  1. Diff v 1.0 (THE DOCS)
  2. ==========
  3. By Erwin Ravau    (WWW-page: http://dinf.vub.ac.be/~eravau)
  4.  
  5. 1.PREFACE
  6. =========
  7.  
  8. This program is Freeware.
  9. The programs and files in this distribution are freely distributable, but are
  10. also copyright (c) Erwin Ravau. They may be freely distributed as long as no
  11. more than a nominal fee is charged to cover time and copying costs.
  12. Everything in this distribution must be kept together, in original unmodified
  13. form. Although this program has been thoroughly tested, the author can not be
  14. held responsable for any loss of data or damage caused to your system.
  15.  
  16. If you have suggestions or remarks about this program, or if you find some
  17. bugs, contact me by Email: eravau@is2.bfu.vub.ac.be
  18.  
  19. 2.CONTENTS
  20. ==========
  21.  
  22. This archive contains:
  23.  
  24. Diff.e          ;the source code
  25. Diff.doc    ;the documents
  26. Diff            ;the program
  27.  
  28. 3.WHY DIFF ?
  29. ============
  30.  
  31. I've mainly written it for personal use but...
  32. Have you ever had a new version of a program that had exactly the same
  33. filelength as an older version? Have you ever asked yourself in such a
  34. situation if that version couldn't be a fake one? IF you want to check out
  35. if somebody just zapped his name into the file AND this with a very
  36. compact and fast utility THEN DIFF is a program for you!
  37.  
  38. 4.DESCRIPTION
  39. =============
  40.  
  41. "Diff v1.0" is a Kickstart 2.0+ tool to check the number of differences
  42. between two files. If the files are not of the same length you will be
  43. notified and only the lowest number of bytes will be checked. The results
  44. are given in bytes as in percent.
  45.  
  46. The source code is included. Note the fast assembly routine!
  47.  
  48. 5.USAGE
  49. =======
  50.  
  51. DIFF will only work with kickstart 2.0+
  52. You best put DIFF in your C: directory.
  53.  
  54. Syntax : Diff <file1> <file2>
  55.  
  56.          All arguments are needed.
  57.  
  58. Example: Diff foobar10 foobar11
  59.  
  60. This will result in comparing the file 'foobar10' with 'foobar11'.
  61. Results will be given in bytes as in a percent.
  62.  
  63. 6.VERSION
  64. =========
  65. $VER: Diff 1.0 (10.04.95)
  66. Written in  "Amiga E"-language by Wouter van Oortmerssen
  67.  
  68. 7.GREETINGS
  69. ===========
  70.  
  71. ...to Free Van Heddegem, (WWW-Page: http://igwe1.vub.ac.be/~freevh)
  72.    who suggested me to write this util.
  73.  
  74.                                                  AMIGA RULEZ!!!