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:
parent
9fea2b1c66
commit
30dad30705
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,10 @@
|
||||||
|
|
||||||
`echo "{{Hallo Wereld}}" >> {{bestand.txt}}`
|
`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}}"`
|
`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 $?`
|
||||||
|
|
Loading…
Add table
Reference in a new issue