shithub: kwa

ref: 3996048a7ae210a0212743aa555dfb11a05574b1
dir: /test/p.39/

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