In my last job, I was able to convince a coworker to write me a regex to grep only lines that stared in C or M (cvs -qn update | grep ^[C|M]).

Now in my current job we COMPLETELY overuse regexes and I've learned to pump them out like they're english... I haven't figured out if that's a good thing or a bad thing.