github.com/benhoyt/goawk@v1.8.1/testdata/t.sep (about) 1 BEGIN { FS = "1"; print "field separator is", FS } 2 NF>1 { print $0 " has " NF " fields" }