Run a cronjob more than once a minute

I needed to run a cronjob to log some stats every 15 seconds. Cron only allows you run a command at minimum once a minute. This presents a problem, but you can cheat using sleep to get around it.

* ~/logging_script.pl ; sleep 15 ; ~/logging_script.pl ; sleep 15 ; ~/logging_script.pl ; sleep 15 ; ~/logging_script.pl



Note: Replies will be formatted with PHP Markdown Extra syntax.

Name: Email (Not Required):
 
Logged IP: 13.58.151.231
To prevent spam please submit by clicking the kitten: