Displaying posts tagged: scripting

Persec python script

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 ...