Hi,
I've scanned the cron man pages, but it seems that cron is only set up to do daily, weekly, and monthly jobs in Debian.
Is there a simpe way to have a script execute at shorter time intervals. I'd
you can specify the values separated by commas, example for minutes:
00,15,30,45 * ...
would be executed every 15 minutes
there are other ways to specify when it should be run, read man 5 crontab carefully (not man crontab), 5 is section traditionally used for file formats
erik
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]