< Day Day Up > |
at , batch ”executes commands at a later timeat [csm] [f script] [qqueue] time [date] [+ increment] at l [ job...] at r job... batch at and batch read commands from standard input to be executed at a later time. at allows you to specify when the commands should be executed, whereas jobs queued with batch will execute when system load level permits . Executes commands read from stdin or a file at some later time. Unless redirected, the output is mailed to the user . Example A.3.1 at 6:30am Dec 12 < program 2 at noon tomorrow < program 3 at 1945 pm August 9 < program 4 at now + 3 hours < program 5 at 8:30am Jan 4 < program 6 at -r 83883555320.a EXPLANATION
|
< Day Day Up > |