I want my KDiff3 [SOLVED] pre-processor command

Greg Rundlett (freephile) greg at freephile.com
Wed Oct 7 15:16:58 EDT 2009


On Wed, Oct 7, 2009 at 3:06 PM, Greg Rundlett (freephile)
<greg at freephile.com> wrote:
> I can't get KDiff3 to use it's excellent "preprocessor command" which
> can eliminate noise -- the type of noise that is easily introduced by
> SVN keywords -- when trying to do diffs on source.


OK, so apparently KDiff3 doesn't accept single quotes, but works with
double quotes

so
perl -p -e "s/(.*)/foo/"
works

but
perl -p -e 's/(.*)/foo/'
doesn't


More information about the gnhlug-discuss mailing list