## run command interactively at specified time
at hh:mm /interactive "command"
## displays details about the AT jobs
at
## delete AT job whose job id number is nn
at nn /delete
## runs command non-interactively at the specified time
at hh:mm "command"
|