snippetbashTip
atrm — Remove jobs scheduled by `at` or `batch` commands. Note: To find job numbers use `atq`. More informa
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 10Remove many jobs, separated by spaces:
atrm {{15}} {{17}} {{22}}Code Snippets
Remove job number 10
atrm 10Remove many jobs, separated by spaces
atrm {{15}} {{17}} {{22}}Context
tldr-pages: common/atrm
Revisions (0)
No revisions yet.