File: datanonl.awk

package info (click to toggle)
gawk 1%3A3.1.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,400 kB
  • ctags: 2,878
  • sloc: ansic: 27,734; awk: 3,943; yacc: 2,348; makefile: 1,380; sh: 887; sed: 95
file content (3 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (13)
1
2
3
# example program from alex@bofh.torun.pl
BEGIN { IGNORECASE=1 }
/\w+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0}