mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00
205 B
205 B
atrm
Remove jobs scheduled by
at
orbatch
commands. To find job numbers useatq
.
- Remove job number 10:
atrm {{10}}
- Remove many jobs, separated by spaces:
atrm {{15}} {{17}} {{22}}