mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
atrm: add Italian translation.
This commit is contained in:
parent
427c12ff75
commit
4305407ff4
1 changed files with 12 additions and 0 deletions
12
pages.it/common/atrm.md
Normal file
12
pages.it/common/atrm.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# atrm
|
||||
|
||||
> Rimuovi job programmati dai comandi `at` o `batch`.
|
||||
> Per trovare i numeri dei job utilizzare `atq`.
|
||||
|
||||
- Rimuovi il job numero 10:
|
||||
|
||||
`atrm {{10}}`
|
||||
|
||||
- Rimuovi più job, separati da spazi:
|
||||
|
||||
`atrm {{15}} {{17}} {{22}}`
|
Loading…
Add table
Reference in a new issue