Shorly after my last post, I decided to use wget. It works well.
For those who dont know and are interested, this is what I did & why.
My current cronjobs look simular to this:
*/5 * * * * wget --quiet --output-document=/dev/null http://www.joecolburn.co.cc/pg/cron/minute/
*/10 * * * *...
I'm aware that GET != get. I've tried /usr/bin/GET, it didn't work either. So, I figure it's a path error. I've also tried both get & GET without a path.
I know what GET does. I'm not familiar with its syntax, as I usually use wget.
I was unaware of x10's stance on cronjobs. Thank you...
what is the path to "get"?
Let me explain a little,.. I've just installed Elgg,..
Here is step 4 to the installation:
4. Install your crontab (UNIX ONLY)
Cron is a UNIX command which allows programs to be run at set
times of the day.
If you want to take advantage of some of...