
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] [C&C]Viewing log files
- Date: Mon, 13 Aug 2007 12:01:59 +0900
- From: Nguyen Vu Hung <vu-hung@example.com>
- Subject: [tlug] [C&C]Viewing log files
- User-agent: Thunderbird 2.0.0.4 (Windows/20070604)
I know 03 ways to view log files.
1. vi -R. The pro is that we can use vi conmand in it.
The con is that if the log file is too big, the performance may get worse.
2. tail -f. Maybe the most popular way to go.
I hate it when httpd's access_log got too many accesses.
I can't see anything.
3. less -S. IMO, a better way.
The features described in less's "h" ( help ) page are just good enough
from jumping and searching the logs.
BR,
VH
Home |
Main Index |
Thread Index