shithub: kwa

ref: 1ffa8bd8f32394b7c972bf6d15d27007d22cf33c
dir: /test/t.vf1/

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