source: trunk/essentials/sys-apps/gawk/test/datanonl.awk

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 124 bytes
Line 
1# example program from alex@bofh.torun.pl
2BEGIN { IGNORECASE=1 }
3/\w+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0}
Note: See TracBrowser for help on using the repository browser.