mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
360 B
360 B
at
Executes commands at a specified time.
- Open an
at
prompt to create a new set of scheduled commands, pressCtrl + D
to save and exit:
at {{hh:mm:ss}}
- Execute the commands and email the result using a local mailing program such as sendmail:
at {{hh:mm:ss}} -m
- Execute a script at the given time:
at {{hh:mm:ss}} -f {{path/to/file}}