View Single Post
Old 11-13-2011, 10:34 PM  
cooldude7
Confirmed User
 
cooldude7's Avatar
 
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
Quote:
Originally Posted by raymor View Post
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.
cooldude7 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote