How can one avoid sending mail after an `at' ?
Kevin D. Quitt
kdq at demott.com
Fri Jan 11 04:53:49 AEST 1991
In article <1991Jan10.085555.3150 at aar.alcatel-alsthom.fr> sap at aar.alcatel-alsthom.fr () writes:
>
>So I tried "at now +...... >& /dev/null"
>
>But I still receive mail after completion, how to avoid it ?
on SYSV try:
at now .... >/dev/null 2>&1
this also redirects error messages.
--
_
Kevin D. Quitt demott!kdq kdq at demott.com
DeMott Electronics Co. 14707 Keswick St. Van Nuys, CA 91405-1266
VOICE (818) 988-4975 FAX (818) 997-1190 MODEM (818) 997-4496 PEP last
More information about the Comp.unix.questions
mailing list