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