shithub: kwa

ref: 34c2bbec85008430bd4858c2b12ce0dbbc47acb0
dir: /test/p.39/

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