1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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