Tail -f in python, truncate aware

Aug. 11, 2009, 6:43 p.m.

So while doing a little coding I tried to find some tail -f class in python that will recognize when file that we tailing is been truncated. All I found was some tail -f classes that brakes on file truncate or rotate.

Eventually I came up with this:

import time ...

[ Linux ] [ programing ] [ Python ]

read more