github.com/benhoyt/goawk@v1.8.1
/
testdata
/
gawk
/
rebuild.awk
(
about
)
1 {
2 $1 = "test"
3 print $0
4 }