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