Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-09 00:22:15 +00:00
parent 4c849cfc8a
commit ffe393201e
18 changed files with 43 additions and 40 deletions

View File

@@ -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: