My web log
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment