On Thursday, December 08, 2005 5:23:10 AM, Beecher Rintoul <[EMAIL PROTECTED]> Subject: cron Wrote these words of wisdom:
> I have a script that is running in root's cron. The script runs successfully, > but it emails me on completion with info I don't need. Is there a command I > can add to have it not mail? I don't want to shut off all crons mail, just > that one job. The only thing I could find in the man pages deal with mail > globally. > > TIA, > > Beech > -- > > --------------------------------------------------------------------------------------- > Beech Rintoul - System Administrator - [EMAIL PROTECTED] > /"\ ASCII Ribbon Campaign | NorthWind Communications > \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 > X - NO Word docs in e-mail | Anchorage, AK 99501 > / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com > --------------------------------------------------------------------------------------- > ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: Append this. sans quotation marks, to the end of the command: ">/dev/null 2>&1" That should do the trick. -- Gerard Seibert [EMAIL PROTECTED] Only one shopping day left until tomorrow! _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"