Crontab on linux
Thursday, December 10th, 2009 - 11:49 pm - Life
Edit crontab
crontab -e
Run web address each minute and log to file
00-59 * * * * wget -q -O ~/www/logs/cron.log http://www.domain.com
Edit crontab
crontab -e
Run web address each minute and log to file
00-59 * * * * wget -q -O ~/www/logs/cron.log http://www.domain.com