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