github.com/benhoyt/goawk@v1.8.1/testdata/gawk/gsubtst8.awk (about) 1 { 2 OFS = " " $2 " " 3 gsub("foo", "_", OFS) 4 print $1, $2 5 }