shithub: kwa

ref: 96c2be96e4beaac08d89af4dea8069d9ca1c4b09
dir: /test/t.sep/

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