mirror of https://github.com/CrimsonTome/tldr.git
263 B
263 B
atrm
Remove jobs scheduled by
at
orbatch
commands. To find job numbers useatq
. 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}}