1
0
Fork 0
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:
Marco Bonelli 2019-01-19 22:44:43 +01:00 committed by Starbeamrainbowlabs
parent 427c12ff75
commit 4305407ff4

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}}`