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