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