On Wed, Oct 7, 2009 at 3:06 PM, Greg Rundlett (freephile)
<g...@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
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to