DrShnitzel
It is worth mentioning that tail
command have a very nice -f
key which allows you to see latest entries in the specified file in real-time. It is very useful for example to monitor logs that are saved to a file. Just give it a try guys!