github.com/benhoyt/goawk@v1.8.1/testdata/gawk/fldchgnf.awk (about) 1 { OFS = ":"; $2 = ""; print $0; print NF }