mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
at: add Italian translation.
This commit is contained in:
parent
d83e191e8a
commit
e824f98751
1 changed files with 16 additions and 0 deletions
16
pages.it/common/at.md
Normal file
16
pages.it/common/at.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# at
|
||||
|
||||
> Programma l'esecuzione di comandi nel futuro.
|
||||
> Il servizio atd (o atrun) deve essere attivo per eseguire i comandi.
|
||||
|
||||
- Esegui i comandi inseriti standard input tra 5 minuti (premere `Ctrl + D` dopo aver inserito i comandi):
|
||||
|
||||
`at now + 5 minutes`
|
||||
|
||||
- Esegui un comando passato da standard input alle 10:00 di mattina:
|
||||
|
||||
`echo "{{./mio_script.sh}}" | at 1000`
|
||||
|
||||
- Esegui comandi contenuti in un dato file il prossimo martedì alle 9:30 di sera:
|
||||
|
||||
`at -f {{percorso/al/file}} 9:30 PM Tue`
|
Loading…
Add table
Reference in a new issue