Originally Posted By: andy
You can filter on dates just by using grep quite easily. For example, this will give you an hours worth of messages:

Code:
grep "Feb  5 06" /var/log/syslog*

I'd just add a "| less" to the end of that...