github.com/benhoyt/goawk@v1.8.1/testdata/gawk/resplit.awk (about)

     1  { FS = ":"; $0 = $0; print $2 }