aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.getline1
blob: d85fe9bf462e5ce817a2ad4436222f1bd59ff599 (plain)
1
2
3
4
5
6
7
8
9
10
{ x = $1
  for (i = 1; i <= 3; i++)
	if (getline)
		x = x " " $1
  print x
  x = ""
}
END {
  if (x != "") print x
}