On 05/10/2013 09:06, James Harris wrote:
<[email protected]> wrote in message
news:[email protected]...


#!/usr/bin/python
import time
f = open('/home/martin/Downloads/a.txt')

Looks like you are on Unix so you can do this from the shell

   tail -F /home/martin/Downloads/a.txt

James



Tail also works on Windows if you've unxutils installed :)

--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.

Mark Lawrence

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

Reply via email to