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