mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:02:08 +02:00
252 B
252 B
atrm
Remove jobs scheduled by
at
orbatch
commands. To find job numbers useatq
. More information: https://manned.org/atrm.
- Remove job number 10:
atrm {{10}}
- Remove many jobs, separated by spaces:
atrm {{15}} {{17}} {{22}}