1
0
Fork 0

6 lines
96 B

{ for (i = 1; i <= NF; i++)
x[i] = $i
for (i = 1; i <= NF; i++)
printf "%d %s\n", i, x[i]
}