shithub: kwa

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

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