ref: f01859c469dac3ed01d36a656cce03f0b63abae1 dir: /test/t.getline1/
{ x = $1 for (i = 1; i <= 3; i++) if (getline) x = x " " $1 print x x = "" } END { if (x != "") print x }