System administration: Difference between revisions

Jump to navigation Jump to search
Line 275: Line 275:
<source lang="bash">
<source lang="bash">
$ tail -f /var/log/some.log
$ tail -f /var/log/some.log
</source>
=== Multitail ===
For viewing multiple logs at the same time, install <span class="package">multitail</span>.
<source lang="bash">
$ multitail --mergeall *.log
</source>
</source>


Navigation menu