plan9fox/sys/lib/dist/logtime.awk
2011-03-30 19:35:09 +03:00

3 lines
38 B
Awk

{
printf("%s %d %s\n", t, NR, $0);
}