Re: execute command every 80 minutes, (crontab-like)



On 28 Nov 2006 06:29:32 -0800, Yakov
<iler.ml@xxxxxxxxx> wrote:
What if I want to execute some command (from crontab) every N
minutes, where N is between 60 and 120 ? Say, 70, 80, or 90, or like ?
Is there short way of doing it via crontab, especially
when I want to change value of N ?

Use sleep or at or a crontab that runs every 10 minutes using a file as a
counter.


--
A sect or party is an elegant incognito devised to save a man from
the vexation of thinking.
-- Ralph Waldo Emerson, Journals, 1831
.



Relevant Pages

  • RE: Crontab
    ... This means there is no waste of CPU cycles during the sleep. ... Subject: Crontab ... But you still can control the script and the start/stop via ...
    (RedHat)
  • Re: Crontab
    ... echo finish ... to run a script after every 30 seconds,i know about default parameters of ... crontab and tried google also,but could not find any thing. ...
    (RedHat)