plan9fox/sys/lib/dist.old/logtime.awk

4 lines
38 B
Awk
Raw Normal View History

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