shithub: kwa

ref: 8f2d3879a9c66d2633ca7ec1c3b0495981feb04f
dir: /test/t.getline1/

View raw version
{ x = $1
  for (i = 1; i <= 3; i++)
	if (getline)
		x = x " " $1
  print x
  x = ""
}
END {
  if (x != "") print x
}