Hi everybody, i have a log file which will grow everyday, so the size will be nearly 500MB. i am keep on inserting a line one by one in the file. so the latest one will be in the bottom. I need to get latest 100 lines(lines from bottom). Any idea how to read lines from bottom in a text file?
I tried storing into a list line by line, and iterating from bottom , but it seems to be slow. Is there any better way to do this? thanks Arivoli
_______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
