On Oct 5, 7:45 pm, Vitali Lovich <
vlov...@gmail.com> wrote:
> Another way would be to seek to the end of the file, mark that offset, wait
> for change, seek to the end of the file, print out the contents between the
> two markers - that will represent the added content (not necessarily split
> on lines though).
I was going to suggest that earlier, but I was under the impression
there was an issue with addressing very large files due to the limits
of the 'number' data type? There was a thread about it somewhere but I
wasn't sure if a fix or workaround had been made available.