Salvatore Di Fazio wrote:

> I would like wait until a new line will be write in the file.
> 
> Something like the "watch cat Log" command on Linux os.

Why not read the file continuously and only do something if a new
line is complete (i. e.  a newline char is detected)?

> How can I check the eof and restart the reading?

Why do you want to check for an EOF character?

Regards,


Björn

-- 
BOFH excuse #212:

Of course it doesn't work. We've performed a software upgrade.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to