> A recent upgrade to my testing system has caused stuff to be logged
> that
> was not logged before (I think this is pretty poor practice, but
> that's
> another question).
>
> How do I stop the logging of the actions of one script in cron.daily
> but
> not all the others?
>
> Thanks,
> - Richard

Maybe:
/path/to/script.sh 1>/dev/null


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to