yes: update Dutch translation (#11055)

pull/23/head
Sebastiaan Speck 2023-10-20 08:06:27 +02:00 committed by GitHub
parent 32adfe3669
commit 0da71c02d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# yes
> Print herhaaldelijk iets op het scherm.
> Iets herhaaldelijk uitvoeren.
> Deze opdracht wordt vaak gebruikt om ja te beantwoorden op elke prompt door installatieopdrachten (zoals apt-get).
> Meer informatie: <https://www.gnu.org/software/coreutils/yes>.
- Print herhaaldelijk "bericht":
@ -10,3 +11,7 @@
- Print herhaaldelijk "y":
`yes`
- Accepteer alles wat wordt gevraagd door het commando `apt-get`:
`yes | sudo apt-get install {{programma}}`