mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
batch: update Dutch translation (#15317)
This commit is contained in:
parent
728f9bbbc6
commit
2ee3a54cb5
1 changed files with 14 additions and 3 deletions
|
@ -1,7 +1,18 @@
|
||||||
# batch
|
# batch
|
||||||
|
|
||||||
> Dit commando is een alias van `at`.
|
> 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>.
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Start de `atd` daemon:
|
||||||
|
|
||||||
`tldr at`
|
`systemctl start atd`
|
||||||
|
|
||||||
|
- 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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue