http://code.google.com/p/pytailer/
It uses an implementation very similar to the popular answer on the stack over flow link. --Anand On Wed, Mar 23, 2011 at 11:57 AM, Senthil Kumaran <[email protected]>wrote: > On Wed, Mar 23, 2011 at 2:24 PM, Senthil Kumaran <[email protected]> > wrote: > > - file IO based. Seek to end of file and do a seek in the reverse > > direction based on a factor matching the size, and process and > > display. ( I found a good discussing on StackOverflow after writing > > this). > > > http://stackoverflow.com/questions/136168/get-last-n-lines-of-a-file-with-python-similar-to-tail > > -- > Senthil > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- --Anand _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
