I want to issue two commands, c1 and c2, both every five minutes, but not at the same time, e.g.
0,5,10,15,20,... * * * * c1
2,7,12,17,22,... * * * * c2
is there a more elegant version using an asterisk instead of listing the numbers for c2?
|
feedback
|
|
Something like this will do the job:
The first command ( This may not work with all versions of cron. | |||
|
feedback
|