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