Python Forum
Python Forum
>
General
>
News and Discussions
> implement function like tail -F
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.
memory777
Oct-21-2019, 03:03 PM
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?
Larz60+
Oct-21-2019, 03:47 PM
you can
subprocess tail
:
Python Forum
>
General
>
News and Discussions
> implement function like tail -F