Displaying posts tagged: scripting
2010-08-31 14:49:33
No Comments
A while ago I wrote a python script that does a similar job to GNU's watch command. You use it like so:
./persec.py [--interval=<n>] <command>
so for example
./persec.py ifconfig
Now in a similar way to watch, it executes the command every second, and highlights the differences between each execution. However, in addition to this it ...
