DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
How To Tail Logs
tail -200 /var/log/exim_mainlog tail -200 /usr/local/apache/logs/error_log
To watch the log get updated in real time:
tail -f /var/log/messages





