mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
2f03bc1362
commands to queue commands execution at specified time or when system load allows
205 B
205 B
atrm
Remove jobs scheduled by
atorbatchcommands. To find job numbers useatq.
- Remove job number 10:
atrm {{10}}
- Remove many jobs, separated by spaces:
atrm {{15}} {{17}} {{22}}