Monitor Multiple Logs in a Single Shell with MultiTail for Linux
Whether you are responsible for a server or just a programmer doing development, you’ll often have more than one logfile that you want to track at the same time. There’s a nifty little utility for Linux called MultiTail that allows you to monitor multiple logs in a single window, instead of requiring multiple separate shell windows open.InstallationFirst you’ll need to download and extract the source code using the following command....