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