On Wed, 4 Sep 2002, Brian Tombleson wrote: > try: > diff sendmail.cf sendmail.cf.rpmnew Sometimes I want to filter out changes to comments. What is wrong with the following: % diff -I '^#.*' <old> <new> I'm trying to ignore all lines beginning with '#'. Bad regex? -- The origin of Truth is Doubt - Socrates