Closed sphaero closed 9 years ago
I think this will only work on Linux and perhaps on OSX. Not tested! Example:
tail -f /var/log/syslog | zstdio.py
You can then receive the syslog messages as they arrive in syslog. You can use it on a simple file as well, i.e. watch /tmp/test
echo "woah" >> /tmp/test
Copy/paste error in the second example?
Confirmed that it doesn't work on Windows. This app could do with a readme
I think this will only work on Linux and perhaps on OSX. Not tested! Example:
You can then receive the syslog messages as they arrive in syslog. You can use it on a simple file as well, i.e. watch /tmp/test