source:
trunk/essentials/sys-apps/gawk/test/datanonl.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 124 bytes |
Line | |
---|---|
1 | # example program from alex@bofh.torun.pl |
2 | BEGIN { IGNORECASE=1 } |
3 | /\w+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0} |
Note:
See TracBrowser
for help on using the repository browser.