
6 Jan
2015
6 Jan
'15
7:03 a.m.
On Tue, 6 Jan 2015, Andrew McGlashan <andrew.mcglashan@affinityvision.com.au> wrote:
alias stop_tb='kill -STOP nnnn' alias start_tb='kill -CONT nnn'
Now, so long as the PID doesn't change, then you can simply run the commands quickly as desired.
while true ; do stop_tb sleep 1 start_tb sleep 1 done -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/