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