Re: Having problems with regexp matching1996-11-15 11:56:30On Thu, 14 Nov 1996 12:05:23 -0500 (EST), Brock Rozen <brozen(_at_)webdreams(_dot_)com> said: I'm using the following recipe to match regexp expressions. It's not working, unfortunately, although it WILL catch non-regexp expressions. I don't know what's wrong. Thanks. :0BHc * $ ? egrep -s -f $PMDIR/match.reject.regexp /dev/null Try a better egrep. I use GNU egrep, because I had problems with SunOS egrep running out of memory after a few meta-characters when using "egrep -f". Mike
|
|