A window that can be attached to a file to watch the file as
lines are added. This type of feature is done in UNIX/Linux
environments by using the tail command. It's useful for doing
web programming when you'r working on a machine with a
webserver and need to see when items get added to the error
log. Saves time and effort.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=6845
A tail window ?
Logged In: YES
user_id=144485
A window that can be attached to a file to watch the file as
lines are added. This type of feature is done in UNIX/Linux
environments by using the tail command. It's useful for doing
web programming when you'r working on a machine with a
webserver and need to see when items get added to the error
log. Saves time and effort.