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