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

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

Re: Anything more powerful than diff's -I...?


From: Paul Eggert
Subject: Re: Anything more powerful than diff's -I...?
Date: Fri, 14 Sep 2007 13:05:27 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Paul Smith <address@hidden> writes:

> I guess I could do something like remove all the const's from the file
> then compare that, and if it was the same I would skip it and if it was
> different I could run diff on the original files.

I find this strategy useful in other circumstances too.  Typically I
don't bother to run diff on the original files; I just run it on their
transformed versions.  It'd be nice if "diff" supported this sort of
thing better.  (I don't know of other tools that do.)




reply via email to

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