mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 23:58:19 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
18
tldr/atrm
Normal file
18
tldr/atrm
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# atrm
|
||||
|
||||
> Remove jobs scheduled by `at` or `batch` commands.
|
||||
> To find job numbers use `atq`.
|
||||
> More information: <https://manned.org/atrm>.
|
||||
|
||||
- Remove job number 10:
|
||||
|
||||
`atrm {{10}}`
|
||||
|
||||
- Remove many jobs, separated by spaces:
|
||||
|
||||
`atrm {{15}} {{17}} {{22}}`
|
||||
Reference in New Issue
Block a user