Python Forum

Full Version: implement function like tail -F
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I need to implement function like tail -F (watching if rotate file take place)using python3 release.
Which is the best way to do it?