Tailing Multiple Files
This is a small command-line application I created a while back to monitor multiple application log files. Sometimes it’s nice to see how log files from discrete but cooperating applications are sequenced. I was surprised to find that there wasn’t an option in GNU tail (or a variant) that would do exactly that. So […]