xref: /plan9/sys/lib/dist/logtime.awk (revision 9a747e4fd48b9f4522c70c07e8f882a15030f964)
1{
2	printf("%s %d %s\n", t, NR, $0);
3}
4