shithub: kwa

ref: cd1bcaf273f968c44f70c78eb1ff8729086badbb
dir: /test/p.39/

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