index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
onlynl.awk
blob: 97a8d94b09b412b25ac8ea3f4f3711996957da83 (
plain
)
1
2
BEGIN
{
RS
=
""
}
{
print
"got"
,
$0
}