summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/datanonl.awk
blob: 29e668e98f647e2d62201a8bab3f4d3ce8a81b1b (plain)
1
2
3
# example program from alex@bofh.torun.pl
BEGIN { IGNORECASE=1 }
/\w+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0}
OpenPOWER on IntegriCloud