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