Filetail module

Watches the end of a file, and sends any lines that are added to it, to it's parent module as `textline'. This is like doing "tail -f somefilename" at the command line.

filename

The path of the file to monitor.

readbuffer

The number of lines to initially read from the end of the file.