Archive for December 21st, 2008
Viewing Log File “live” – in Linux / Unix
To get a live view of logfile.
User@Box$ tail -f /path/to/logfile
to quit – Ctrl+C
or
User@Box$ less /path/to/logfile
then : SHIFT+F
to quit – Ctrl+C then q
Maybe somebody have another way , please post it in comment.







