BEGIN {i=1}
{ printf("%s %s\n", i, $0)
i = i + 1
}

Continue reading