xref: /freebsd/contrib/one-true-awk/testdir/t.sep (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1BEGIN	{ FS = "1"; print "field separator is", FS }
2NF>1	{ print $0 " has " NF " fields" }
3