Re: Run in a 30 day increment from now
In article <1179747472.952250.253170@n15g2000prd.googlegroups .com>,
sil <dsphunxion@gmail.com> wrote:
>Hey all... Before trying to reinvent wheels, does anyone have a script
>to do more or less the following:
>
>logic:
>if [ today = 05/21/2007 ]
> then
> run this script (using at) incremented 30 days from now
> fi
>
>I don't need it to run on the 30th day of the month (s'what cron is
>for) just once in 30 days from the current date. (Thanks in advance
>before I forget)...
>
Any of the following will work :
'at now + 2 fortnights + 2 days <furlong'
'at now + 4 weeks + 2 days <furlong'
'at now + 30 days <furlong'
'at now + 7200 hrs <furlong'
|