8 lines
325 B
Markdown
8 lines
325 B
Markdown
# at
|
|
|
|
At and batch read commands from standard input or from a specified file.
|
|
At allows you to specify that a command will be run at a particular time (now or a specified time in the future).
|
|
Batch will execute commands when the system load levels drop to a particular level.
|
|
Both commands use /bin/sh to run the commands.
|
|
|