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
/
rsnullre.awk
blob: 72b156f28d224e67d58bc4c1450c1bc0fe636c20 (
plain
)
1
2
3
4
5
BEGIN
{
RS
=
"()"
}
{
printf
(
"<<%s>>
\n
"
,
$0
)
;
printf
(
"<%s>
\n
"
,
RT
)
}