Split multiple log files and monitor them with GNU tail
October 3rd, 2006
This may not be the most elegant way to monitor your system logs but at least you won’t need to run multiple shells. Using the GNU version of the tail command, you can view more than one log file on the screen and keep them updated in real time without interaction. Other versions of tail [...]