echo: update Dutch translation (#11049)

pull/23/head
Sebastiaan Speck 2023-10-20 08:09:10 +02:00 committed by GitHub
parent 9fea2b1c66
commit 30dad30705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@
`echo "{{Hallo Wereld}}" >> {{bestand.txt}}`
- Schakel interpretatie van backslash ontkoming in (speciale karakters):
- Interpretatie van backslash-escapes (speciale tekens) inschakelen:
`echo -e "{{kolom 1\kolom 2}}"`
- Druk de afsluitstatus van de laatst uitgevoerde opdracht af (Opmerking: in Windows Command Prompt en PowerShell zijn de equivalente opdrachten respectievelijk `echo %errorlevel%` en `$lastexitcode`):
`echo $?`