mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 05:35:24 +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
|
||||
|
||||
> 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue