mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 19:46:00 +02:00
batch: add Italian translation.
This commit is contained in:
parent
514954074d
commit
ff2d65426f
1 changed files with 16 additions and 0 deletions
16
pages.it/common/batch.md
Normal file
16
pages.it/common/batch.md
Normal file
|
@ -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…
Add table
Reference in a new issue