at: add page, atq: add page, atrm: add page, and batch: add page (#1344)
commands to queue commands execution at specified time or when system load allows
This commit is contained in:

committed by
Waldir Pimenta

parent
2a4379ceea
commit
2f03bc1362
12
pages/common/atrm.md
Normal file
12
pages/common/atrm.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# atrm
|
||||
|
||||
> Remove jobs scheduled by `at` or `batch` commands.
|
||||
> To find job numbers use `atq`.
|
||||
|
||||
- Remove job number 10:
|
||||
|
||||
`atrm {{10}}`
|
||||
|
||||
- Remove many jobs, separated by spaces:
|
||||
|
||||
`atrm {{15}} {{17}} {{22}}`
|
Reference in New Issue
Block a user