Right now I'm essentially executing tail /var/log/syslog manually every once in a while. Is there something that lets me see what's being added continuously, or do I need to write something myself?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
I believe you're looking for the
You can vary the number of lines that are output using the
See man tail for more information. |
|||||
|
tail -f. See also How to have tail -f show colored output and more generally thetailtag. – Gilles May 5 '11 at 22:41