mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 21:48:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,12 +6,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# atrm
|
||||
|
||||
> Remove jobs scheduled by `at` or `batch` commands.
|
||||
> To find job numbers use `atq`.
|
||||
> Note: To find job numbers use `atq`.
|
||||
> More information: <https://manned.org/atrm>.
|
||||
|
||||
- Remove job number 10:
|
||||
|
||||
`atrm {{10}}`
|
||||
`atrm 10`
|
||||
|
||||
- Remove many jobs, separated by spaces:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user