github.com/benhoyt/goawk@v1.8.1/testdata/gawk/ofmts.awk (about) 1 BEGIN { OFMT= "%s" } 2 { $1 + $2; print $1, $2 }