| … | |
… | |
| 514 | <body> |
514 | <body> |
| 515 | <p>To view multilog (Gentoo Linux 1.0_rc5 and earlier) timestamps, you need to pipe the |
515 | <p>To view multilog (Gentoo Linux 1.0_rc5 and earlier) timestamps, you need to pipe the |
| 516 | current log through the <c>tai64nlocal</c>command:</p> |
516 | current log through the <c>tai64nlocal</c>command:</p> |
| 517 | |
517 | |
| 518 | <pre> |
518 | <pre> |
| 519 | # <i>cat /var/log/syslog.d/current | tai64nlocal | less</i> |
519 | # <i>tai64nlocal < /var/log/syslog.d/current | less</i> |
| 520 | </pre> |
520 | </pre> |
| 521 | |
521 | |
| 522 | <p>Or, alternatively, if you want to "tail" the log:</p> |
522 | <p>Or, alternatively, if you want to "tail" the log:</p> |
| 523 | |
523 | |
| 524 | <pre> |
524 | <pre> |