github.com/benhoyt/goawk@v1.8.1/testdata/gawk/reparse.awk (about) 1 { 2 gsub(/x/, " ") 3 $0 = $0 4 print $1 5 print $0 6 print $1, $2, $3 7 }