Difference between revisions of "Crun"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=crun |Short description=a light weight, easy to use, simpler cron-like tool |Full description=How to Use Usage: crun < No of Times > < Time Interval > &...")
(No difference)

Revision as of 10:24, 12 April 2011


[edit]

crun

https://code.google.com/archive/p/koolkit/
a light weight, easy to use, simpler cron-like tool

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Deborah Nicholson

Verified on

3 January 2008




Leaders and contributors

Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/crun


Software prerequisites




Entry









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.