Categories
crun
How to Use Usage: crun < No of Times > < Time Interval > < Program Namge > [Program Parameters] crun would come handy when you need to execute certain command over and over again with several time intervals in between those executions. For example, let's say you want to run netstat -na command 20 times with a time interval of 1 second. Then you can use crun with following arguments: crun 20 1 netstat -na crun won't return until final process is executed and returned.
Last updated 3 Jan, 2008
Versions
0.1.1
- Released: 21 Nov, 2007
- Code Maturity: Beta
- Source Archive: http://koolkit.googlecode.com/files/crun-0.1.1....
- Licenses: GPLv2orlater
- Interfaces: Command Line




