Hey guys.
I need to loop through a large file line by line, then on every first instance I find what I look for I want to skip to the end of the file to avoid unnecessary readings (or alternatively return to the file start).
Would thank you for any hint.