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