I have a really big file and somehow new data is appended to the end of the file. I only need to read the new data of this file. But now I have to read from the head of this file an scan the whole file.
Is there a good way to start read file from a specific line number? Or is there another way to solve it around?