ref: 3cd994e757586d7a6f54c2e6987065a958bf455e dir: /test/t.sep/
BEGIN { FS = "1"; print "field separator is", FS } NF>1 { print $0 " has " NF " fields" }