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