tldr/pages/common/atrm.md
Moti Korets 2f03bc1362 at: add page, atq: add page, atrm: add page, and batch: add page (#1344)
commands to queue commands execution at specified time
or when system load allows
2017-05-01 11:06:06 +01:00

13 lines
205 B
Markdown

# atrm
> Remove jobs scheduled by `at` or `batch` commands.
> To find job numbers use `atq`.
- Remove job number 10:
`atrm {{10}}`
- Remove many jobs, separated by spaces:
`atrm {{15}} {{17}} {{22}}`