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