BSD 4_4 development
[unix-history] / usr / src / old / awk / test / t.vf1
CommitLineData
aba0ee18
C
1{ print
2 i = 1
3 while (i <= NF) {
4 print " " $i
5 i = i + 1
6 }
7}