blob: c3dd8bcceb05b975b40275f8d25d5e70123aa5ef [file] [log] [blame]
{
for (i=1;;i++) {
if (i > NF)
next
print i, $i
}
}