Hi,

I have a very big text file: I need to find the place where the last line 
begins (namely, the offset of the one-before-the-last '\n' + 1).

Could you suggest a way to do that without getting all the file into memory (as 
I said, it's a big file), or heaving to readline() all lines (ditto) ?

Thanks,
Ron.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to