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