[wplug] simple regex

Duncan Hutty duncanhutt at attbi.com
Wed Jun 25 18:48:07 EDT 2003


I'm trying to parse a file for lines that do not contain the '@' character.
Some lines of the input contain this character, some do not.

grep '[^@]' prints all lines, regardless of whether they include '@' or not.

Presumably, I'm doing something silly here, perhaps someone could tell me what?
Thanks,

-- 
Duncan Hutty



More information about the wplug mailing list