bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in diff context mode


From: Bob Proulx
Subject: Re: Possible bug in diff context mode
Date: Wed, 18 Aug 2004 08:33:02 -0600
User-agent: Mutt/1.3.28i

Justin Miller wrote:
> The output of 'diff -c' on these files is:
> [...]
> Shouldn't there be some pluses and minus' in there?

Perhaps you are thinking of the 'diff -u' output?  Asking for pluses
and minuses makes me think of the unified diff output not the context
diff output.

  diff -u file1 file2
  --- file1    Wed Aug 18 08:29:54 2004
  +++ file2    Wed Aug 18 08:30:02 2004
  @@ -1 +1,3 @@
  -asdfasfd
  +I
  +like
  +chocolate

Bob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]