HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

atrm — Remove jobs scheduled by `at` or `batch` commands. Note: To find job numbers use `atq`. More informa

Submitted by: @import:tldr-pages··
0
Viewed 0 times
atrmcommandbatchcommandsremoveclischeduledjobs

Problem

How to use the atrm command: Remove jobs scheduled by at or batch commands. Note: To find job numbers use atq. More information: <https://manned.org/atrm>.

Solution

atrm — Remove jobs scheduled by at or batch commands. Note: To find job numbers use atq. More information: <https://manned.org/atrm>.

Remove job number 10:
atrm 10


Remove many jobs, separated by spaces:
atrm {{15}} {{17}} {{22}}

Code Snippets

Remove job number 10

atrm 10

Remove many jobs, separated by spaces

atrm {{15}} {{17}} {{22}}

Context

tldr-pages: common/atrm

Revisions (0)

No revisions yet.