From IT Mission Linux Tips, Hacks, Tutorials, Howtos - Itmission.org

Main: View-Multiple-log-files

How to view multiple log files at the same time.




[root@fedora ~]# tail -f /var/log/messages -f /var/log/yum.log 

==> /var/log/messages <==
Oct 14 21:18:37 fedora systemd[1]: Reloading.
Oct 14 21:18:40 fedora yum[3830]: Installed: sysstat-10.0.3-2.fc17.i686

==> /var/log/yum.log <==
Oct 03 08:24:02 Installed: ntp-4.2.6p5-2.fc17.i686
Oct 14 21:18:40 Installed: sysstat-10.0.3-2.fc17.i686


Retrieved from http://www.itmission.org/Main/View-Multiple-log-files
Page last modified on October 14, 2012, at 03:57 PM