
This is used to "tail" a file (read it from the bottom)
this is done tro be fast and not use much memory.
This is to be used together with the TailFilter interface
The tailfilter interface let you tail only matching lines
so this function let you do:
A Tail, a Grep, or a combianison of both (Tail | Grep)