github.com/benhoyt/goawk@v1.8.1/testdata/t.ofs (about) 1 BEGIN { OFS = " %% "; ORS = "##" } 2 { print $1, $2; print }