diff options
Diffstat (limited to 'test/datanonl.awk')
-rw-r--r-- | test/datanonl.awk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/datanonl.awk b/test/datanonl.awk new file mode 100644 index 00000000..29e668e9 --- /dev/null +++ b/test/datanonl.awk @@ -0,0 +1,3 @@ +# example program from alex@bofh.torun.pl +BEGIN { IGNORECASE=1 } +/\w+@([[:alnum:]]+\.)+[[:alnum:]]+[[:blank:]]+/ {print $0} |