i did this b4 but i y'day ideleted it from cron coz server was overloaded.,
now i cant recall the command/.,
all i want is no output file created eveytime cron is run
i tried
wget
http://www.domain.com/job.php > /dev/null 2>&1
creates files at server root
----------------------------------------------------------------------
wget -q
http://www.domain.com/job.php > /dev/null 2>&1
creates files at server root
help needed ., thanks