Richard Penman
Call url with CRON

01 May 2010

Call URL periodically with CRON, discard HTML, and send all output (including errors) to file:

crontab -e   
0 * * * * wget URL -O /dev/null 2>> ~/cron.log
blog comments powered by Disqus