Guest_imported
New member
- Jan 1, 1970
- 0
I have a very large log file (could be a megabyte)
which I want to get data from, but only the last
100 lines of data!
Is there a way to open the file backwards and read it?
I just want to read the last 100 lines of a very large file
without having to load the whole thing into memory, or search through it. There must be a way!
Thanks for any hints, tips, or info!
which I want to get data from, but only the last
100 lines of data!
Is there a way to open the file backwards and read it?
I just want to read the last 100 lines of a very large file
without having to load the whole thing into memory, or search through it. There must be a way!
Thanks for any hints, tips, or info!