Last active
September 7, 2018 19:26
-
-
Save seanbuscay/c9e44be3473b2ac1e83c to your computer and use it in GitHub Desktop.
Command to tal multiple logs From http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ multi-tail.sh error_log access_log | |
(or) | |
$ tail -f /var/log/syslog -f /var/log/auth.log | |
(or) | |
$ multitail error_log access_log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment