shithub: kwa

ref: 3f3ab2de87d30685fb844de596ac88ead22f7ced
dir: /test/t.vf1/

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