I have an simple script which opens a file, reads it and puts each line, until it reaches an eof and then closes.
This is then called by other scripts which are performing actions and logging the results. So the first script reads the log, as it is written, and displays the progress.
Up until...