[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Basic Dumb Logging Question



Check the options on the tail command.

tail -f <filename> will display the last 10 lines and then continue to display lines as they are written to the file.

David Hart writes:

Suppose, for testing purposes, that I want to display my httpd access
and error logs, on the screen, updating in real time. Is there a way to
do this?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]