- Aug 3, 2001
- 1,921
- 0
- 76
I have very large txt files (several hundred megabytes) that I would like to start reading the lines in the middle. For example, say the file looks like:
Scan 1
random text
Scan 2
more random text
Scan 3
...
Scan 100,000
Say I want to read the random text under Scan 50,000. How would I do this without reading the lines from Scan 1 to 49,999?
And before someone asks, no it is not possible to reformat the files to make the smaller.
Thanks for any help.
Scan 1
random text
Scan 2
more random text
Scan 3
...
Scan 100,000
Say I want to read the random text under Scan 50,000. How would I do this without reading the lines from Scan 1 to 49,999?
And before someone asks, no it is not possible to reformat the files to make the smaller.
Thanks for any help.