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