hi,
i want to start lynx on a linux machine thru cron.daily, only to access a php page that does a lot of maintainence jobs but does not return anything.
i do not know how to kill a cron job.
eg if i give a cron like this
30 15 * lynx http://somserver/page.php
how do i kill lynx after this, so that memory is not wasted.
thanx
steve