logtime.awk 38 B

123
  1. {
  2. printf("%s %d %s\n", t, NR, $0);
  3. }