UNIX Tips: Use 'less +F --follow-name' instead of 'tail'

OK, so you need to watch a log's output for errors. You use 'tail -100f catalina.out' but the log scrolls too fast for you to se...