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