mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
410 B
Markdown
14 lines
410 B
Markdown
# batch
|
|
|
|
> Voer commando's uit op een later tijdstip wanneer de systeembelasting het toelaat.
|
|
> Resultaten worden verzonden naar de e-mail van de gebruiker.
|
|
> Bekijk ook: `at`, `atq`, `atrm` `mail`.
|
|
> Meer informatie: <https://manned.org/batch>.
|
|
|
|
- Voer commando's uit vanaf `stdin` (druk op `<Ctrl d>` om te stoppen):
|
|
|
|
`batch`
|
|
|
|
- Voer een commando uit vanaf `stdin`:
|
|
|
|
`echo "{{./make_db_backup.sh}}" | batch`
|