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:
Moti Korets
2017-05-01 17:06:06 +07:00
committed by Waldir Pimenta
parent 2a4379ceea
commit 2f03bc1362
4 changed files with 59 additions and 0 deletions

12
pages/common/atrm.md Normal file
View 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}}`