home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / software / 5512 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.2 KB

  1. Path: sparky!uunet!europa.eng.gtefsd.com!emory!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!uknet!axion!muppet!qdos!mick
  2. From: mick@muppet.bt.co.uk (Mick Burnell)
  3. Newsgroups: comp.software-eng
  4. Subject: Re: Delta (Difference) File Generation Algo
  5. Message-ID: <1993Jan28.124001.26264@muppet.bt.co.uk>
  6. Date: 28 Jan 93 12:40:01 GMT
  7. References: <915@ulogic.UUCP>
  8. Sender: news@muppet.bt.co.uk
  9. Reply-To: mick@muppet.bt.co.uk
  10. Organization: British Telecom
  11. Lines: 30
  12.  
  13. In article 915@ulogic.UUCP, hartman@ulogic.UUCP (Richard M. Hartman) writes:
  14. >In article <bkK7_Q5l@twinsun.com> eggert@twinsun.com (Paul Eggert) writes:
  15. >>Traditional diff3 has the synopsis
  16. >>
  17. >>       diff3 [ options ] filename1 filename2 filename3
  18. >
  19. >What's the third file name for?
  20. >
  21.  
  22. NAME
  23.      diff3 - display line-by-line differences between 3 files
  24.  
  25. SYNOPSIS
  26.      diff3 [ options ] filename1 filename2 filename3
  27.  
  28. DESCRIPTION
  29.      diff3 compares three  versions  of  a  file,  and  publishes
  30.      disagreeing ranges of text flagged with these codes:
  31.  
  32.           ====       All three files differ
  33.  
  34.           ====1      filename1 is different
  35.  
  36.           ====2      filename2 is different
  37.  
  38.           ====3      filename3 is different
  39.  
  40.  
  41. Hope this helps,
  42.         Mick.
  43.