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