[wplug] simple regex

James O'Kane jo2y at midnightlinux.com
Wed Jun 25 19:44:08 EDT 2003


begin  
On Wed, 25 Jun 2003, Duncan Hutty wrote:
> grep '[^@]' prints all lines, regardless of whether they include '@' or not.

If this is just for grep, you could do grep -v @

I tried a few things and checked the grep man page and what you done seems
like it should work

-james





More information about the wplug mailing list