40.7 Making Your at Jobs QuietMost modern versions of at will mail ( 1.33 ) you any output that your commands make. Some people try the command line below to throw that output into the UNIX trash can, /dev/null ( 13.14 ) :
But that won't work because it throws away the output of the at command itself. at just saves your job in a file to be run later by a system program. The commands you want quiet are the commands stored in that file. One way to keep at quiet, if you use the C shell, is:
% The Bourne shell makes it easier:
Two notes:
- |
|