mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 02:55:46 +02:00
yes: update Dutch translation (#11055)
This commit is contained in:
parent
32adfe3669
commit
0da71c02d5
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# yes
|
# 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>.
|
> Meer informatie: <https://www.gnu.org/software/coreutils/yes>.
|
||||||
|
|
||||||
- Print herhaaldelijk "bericht":
|
- Print herhaaldelijk "bericht":
|
||||||
|
@ -10,3 +11,7 @@
|
||||||
- Print herhaaldelijk "y":
|
- Print herhaaldelijk "y":
|
||||||
|
|
||||||
`yes`
|
`yes`
|
||||||
|
|
||||||
|
- Accepteer alles wat wordt gevraagd door het commando `apt-get`:
|
||||||
|
|
||||||
|
`yes | sudo apt-get install {{programma}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue