awk '/Time/{printf("%d %s ", ++j, $3)} ...
I find it best to restrict the use -v to injecting environment variables into my awk scripts.
I find it best to restrict the use -v to injecting environment variables into my awk scripts.