shithub: kwa

ref: 3923757ccbde3af0f253824bc9cf9a99127178fb
dir: /test/t.vf1/

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