display only new lines from log to stdout
Hi there.
There is a log file which keeps on getting appended continuously.
Is there any shortcut way to see which are the new lines that have been appended to it.
Is it possible that i attach stdout to this file such that whenever a new line is added to this log file it will be sent to stdout also.??
|