mirror of https://github.com/CrimsonTome/tldr.git
13 lines
205 B
Markdown
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}}`
|