Showing posts with label cron. Show all posts
Showing posts with label cron. Show all posts

Saturday, May 1, 2010

Call url with CRON

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