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

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

diffutils 2.8: newlines not ignored under -w


From: Karl Berry
Subject: diffutils 2.8: newlines not ignored under -w
Date: Fri, 5 Apr 2002 13:06:45 -0500

In diffutils 2.8 (tried both solaris 2.7 and gnu/linux), diff -w does
not ignore newlines, although the manual (node White Space) says it
should:

$ cat f1
line1

$ cat f2
line1
$ diff -w f1 f2
2d1
< 


Shouldn't diff come back with nothing in this case?

Thanks,
address@hidden



reply via email to

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