Account Manager 
Login ID    Password  
 
 Forgot your password?
home  » Customer Support
 
Customer Support
 
Top > Advanced Features > Advanced Features FAQ

How can stop receiving messages from my cron jobs?

To discard all messages from a cron job, including errors, add the following to the end the job's command line:

/dev/null 2>&1

If you want to just disregard just certain messages, but allow allow others, try something like this:

2>&1 | grep -v <nop><expression>â

Replace <nop><expression>â with a string that will match messages you want ignored. That way unexpected messages (i.e. important messages) will still come through.

Last updated March 12, 2002
[ Services | Reseller  | Privacy Policy | Terms of Service | Contact | Support  ]
Copyright © 1996 - 2020 iSparks, Inc, All Rights Reserved.