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
/
rscompat.awk
blob: 9415c704ac7a19d3d393011ec0e73acaf459d607 (
plain
)
1
2
BEGIN
{
RS
=
"bar"
}
{
print
$1
,
$2
}