Quote:
Originally Posted by raymor
wget -q -O /dev/null
I don't THINK that prints anything on STDERR unless there's an error. If it does, then add >/dev/null 2>&1
|
okie its working like charm for now., without creating additional files.,
wget -q -O /dev/null
http://www.domain.com/job.php > /dev/null 2>&1
thanks mate.