aboutsummaryrefslogtreecommitdiffstats
path: root/test/rs.awk
blob: d3a3cf0421fdd598ac1b9ee1c8645c5649f3b101 (plain)
1
2
BEGIN { RS = "" }
{ print $1, $2 }