shithub: kwa

ref: c4f1e9166e14cd17667438f6af69460ad1d35ecf
dir: /test/t.vf1/

View raw version
{	print
	i = 1
	while (i <= NF) {
		print "	" $i
		i = i + 1
	}
}