Re: FN-FORUM: RegEx help
date posted 16th January 2005 14:12
On Saturday 15 Jan 2005 6:41 pm, Rob Hull wrote:
> I need a regEx to find all lines in a text file that don't start with "=
C:\"
>
> Is it possible?
All things are possible. Joe seems to have sorted you out with an=20
expression so I'll just say that if you are at the command line,=20
"grep -v" will return lines that don't match. I find this incredibly=20
useful.