1# example program from alex@bofh.torun.pl
2# BEGIN { IGNORECASE=1 }
3/[[:alnum:]]+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0}
4