shithub: kwa

ref: 3f3ab2de87d30685fb844de596ac88ead22f7ced
dir: /test/p.39/

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