Possible Duplicate:
Get last n lines of a file with Python, similar to tail
Hello,
How can I have Python return the last n lines of a file without reading it line by line?
Hello, How can I have Python return the last n lines of a file without reading it line by line? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Something like this:
Not sure if there's a built-in way to do this. |
|||
|
|