A "live" view of a logfile on Linux
This approach works for any linux operating system, including Ubuntu, and is probably most often used in conjunction with web development work.
#tail -f /var/logfile.log
As with all linux apps, Ctrl+C will stop it.
No comments:
Post a Comment