[PLUG] cron question

Robert Citek robert.citek at gmail.com
Sat Sep 22 23:22:55 UTC 2007


On 09/22/2007 08:24 AM, Michael Rasmussen wrote:
>> On 09/21/2007 08:12 AM, Michael Rasmussen wrote:
>>> How would you use the */n syntax to get two separate lines to interleave? 
>>> I don't think he can do the abbreviation without a confusion of the two
>>> scripts running separated by a 2-3 minute gap.
>  
> Robert Citek responded:
>> Try this:
>>
>> 0-59/5 * * * * date > /tmp/date.0.txt
>> 2-59/5 * * * * date > /tmp/date.2.txt
> 
> And it works.  Perfectly.
> Thank you.

You're welcome.  Glad to hear it worked for you. - Robert





More information about the PLUG mailing list