1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/batch.md

15 lines
410 B
Markdown
Raw Normal View History

# 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`