in reply to Parsing a specific section of a log file

Here's a possible solution. It involves storing the ending line number from the last six passes in a temp file. I'll leave the coding to you.

  • Comment on Re: Parsing a specific section of a log file