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