enhanced record reading further

This commit is contained in:
2011-05-02 07:28:51 +00:00
parent d915a0fc7a
commit 42327ce6d1
8 changed files with 107 additions and 83 deletions

View File

@ -0,0 +1,2 @@
BEGIN { RS=""; }
{ print "[" $0 "]"; }

View File

@ -0,0 +1,11 @@
abc
this is the second line
def
vwxyz
this is the second second line
ttttt
killer

View File

@ -166,6 +166,7 @@ PROGS="
lang-041.awk!!!--newline=on -o-
lang-042.awk!!!--newline=on -o-
lang-043.awk!lang-043.dat!!--newline=on -o-
lang-044.awk!lang-044.dat!!--newline=on -o-
columnate.awk!./passwd.dat!!--newline=on -F:
levenshtein-utests.awk!!!--newline=on --include=on