mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
17 lines
474 B
Markdown
17 lines
474 B
Markdown
# 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.
|
|
> Maggiori informazioni: <https://manned.org/batch>.
|
|
|
|
- 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/del/file}}`
|