at/README.md

8 lines
325 B
Markdown
Raw Normal View History

2024-01-05 20:36:25 +01:00
# 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.