Archive for 18 November 2008

This is why I love linux #372

Posted: 18 November 2008 in Uncategorized
Tags: , , , ,

Let’s say you want to monitor the output of a log file while a process is running. One easy way to do that is tail -f my.log. As lines of text are passed into the log file, they will be displayed on the screen. Very handy! But let’s say this is a central log file [...]