shithub: trueawk

ref: 3ddd7b252f8d0dacee2a7556e5ffb0d54bcf4f58
dir: /testdir/t.sep/

View raw version
BEGIN	{ FS = "1"; print "field separator is", FS }
NF>1	{ print $0 " has " NF " fields" }