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:
parent
d635584ba3
commit
427c12ff75
1 changed files with 15 additions and 0 deletions
15
pages.it/common/atq.md
Normal file
15
pages.it/common/atq.md
Normal 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`
|
Loading…
Add table
Reference in a new issue