I would like to read a very large file from a line which has a sepecfic word, what is the best way to do that ?
lets say it is a file with 50K lines
43511
24622
53213
43534
57656
12121
I want to start reading lines of this file from the line that has 43534, what would be the most efficient way for a large file?