mirror of https://github.com/CrimsonTome/tldr.git
batch: add Italian translation.
parent
514954074d
commit
ff2d65426f
|
@ -0,0 +1,16 @@
|
|||
# batch
|
||||
|
||||
> Esegui comandi nel futuro quando il carico di lavoro del sistema lo permette.
|
||||
> Il servizio atd (o atrun) deve essere attivo per eseguire i comandi.
|
||||
|
||||
- Esegui i comandi inseriti standard input (premere `Ctrl + D` dopo aver inserito i comandi):
|
||||
|
||||
`batch`
|
||||
|
||||
- Esegui un comando da standard input:
|
||||
|
||||
`echo "{{./mio_script.sh}}" | batch`
|
||||
|
||||
- Esegui comandi contenuti in un dato file:
|
||||
|
||||
`batch -f {{percorso/al/file}}`
|
Loading…
Reference in New Issue