1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

atq: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-01-19 22:43:05 +01:00 committed by Starbeamrainbowlabs
parent d635584ba3
commit 427c12ff75

15
pages.it/common/atq.md Normal file
View file

@ -0,0 +1,15 @@
# atq
> Mostra job programmati dai comandi `at` o `batch`.
- Mostra i job programmati per l'utente corrente:
`atq`
- Mostra i job della coda 'a' (le code hanno nomi di un singolo carattere):
`atq -q {{a}}`
- Mostra i job di tutti gli utenti (da eseguire come super user):
`sudo atq`