shithub: kwa

ref: 1ffa8bd8f32394b7c972bf6d15d27007d22cf33c
dir: /test/p.39/

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