Sunday, April 17, 2005
Python implementation of "tail -f"
I wrote a small python script that will show the behavior of UNIX/LINUX "tail -f" command. The python script may come handy for windows users. Click tailf.zip to get the source.