freebsd-dev/contrib/awk/test/datanonl.awk
2001-11-02 21:06:08 +00:00

4 lines
124 B
Awk

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