Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

crontab - how do I run a job every 5 minutes from cron?

0 views
Skip to first unread message

EvB

unread,
Sep 6, 2006, 2:24:05 PM9/6/06
to
Hi all,
I'm trying to figure out how to run a job every 5 mins from crontab.
On linux it seems to be possible by this line:
*/5 * * * * <command>
but AIX (4.3.3) doesn't like this.
Thanks in advance.

BD

unread,
Sep 6, 2006, 2:32:57 PM9/6/06
to

In the minutes field, just put "0,5,10,15,20,25,30,35,40,45,50,55".

A bit long, but it'll work.

EvB

unread,
Sep 6, 2006, 2:39:56 PM9/6/06
to
Ok thanks!
0 new messages