mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
13 lines
263 B
Markdown
13 lines
263 B
Markdown
# atrm
|
|
|
|
> Remove jobs scheduled by `at` or `batch` commands.
|
|
> To find job numbers use `atq`.
|
|
> More information: <https://man.archlinux.org/man/at.1>.
|
|
|
|
- Remove job number 10:
|
|
|
|
`atrm {{10}}`
|
|
|
|
- Remove many jobs, separated by spaces:
|
|
|
|
`atrm {{15}} {{17}} {{22}}`
|