shithub: kwa

ref: 4defc0a705893f36adeed5ffd358b4d178ee8f31
dir: /test/t.sep/

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