summaryrefslogtreecommitdiff
path: root/test/ofmts.awk
blob: 6ee370549564e28d9a866116a9eb89fdaf0ad140 (plain)
1
2
BEGIN { OFMT= "%s" }
{ $1 + $2; print $1, $2 }