Anthony,
Thanks for the code. It does almost what I need it to do. It prints the line I seek, but I need to skip the next 2 lines and print the 3rd line. It happens that if the data dump is successful, this line would then also be the last line in the log.
Once I can extract the correct lines from a successful dump log, I will need to handle the case of a failed dump log which should come in an else clause of the if statement.
does this make sense, or should I make a better explaination.
Thanks in advance.