Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE's and grep



Kevin D. Clark wrote:

> Or do you mean 'a' *and* 'e' *and* 'i'.  If so, I'd write:
> 
>         perl -ne 'print if (!/a/ && !/e/ && !/i/)' file.dict
> 

Or do you mean
    perl -n -e 'print if !(/a/ && /e/ && /i/)' file.dict

Both versions will exclude the word "Cambridge" and allow
"Boston", but Kevin's will also filter out "Berkeley".

--RC





BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org