echo: update Dutch translation (#11049)

This commit is contained in:
Sebastiaan Speck
2023-10-20 08:09:10 +02:00
committed by GitHub
parent 9fea2b1c66
commit 30dad30705

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 $?`