atrm: add Italian translation.

italian
Marco Bonelli 2019-01-19 22:44:43 +01:00 committed by Starbeamrainbowlabs
parent 427c12ff75
commit 4305407ff4
1 changed files with 12 additions and 0 deletions

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