Does anyone have any tool(s) to do this? I've got any number of AIX, Linux, and Windows machines that I need to tail logs files from. I often have to correlate them at the same time, from different ...
Log files on Unix systems can easily grow to hundreds of thousands or even millions of lines. Here's a simple way to pluck out every Nth line. Head and tail are great commands when you want to look ...