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