Dan Jacobson <[EMAIL PROTECTED]> writes:
> I found a real example of a page one would want to monitor every 20 days:
> http://www.livejournal.com/users/debaday/
> Only simple solution:
> $ cat >> /etc/anacrontab
> 20 33 debaday wwwoffle http://www.livejournal.com/users/debaday
For the benefit of those of us that don't use anacron can you explain
how this will request the page every 20th day and which is the first
day that it will start?
Even with cron it is not possible to do something every 20th day, it
only allows the same type of matching that WWWOFFLE has. For cron it
is when the minutes, hours, and day match a specified pattern and for
WWWOFFLE it is when the hours, days and months match a specified
pattern.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html