On 05/10/2013 09:06, James Harris wrote:
<galeom...@gmail.com> wrote in message
news:04ee91f9-1cbf-4364-bca3-da25aa4db...@googlegroups.com...


#!/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