mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
pages.nl/*: fix Dutch placeholder translation (#20369)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
- Toon de gedemonteerde uitvoer van uitvoerbare secties met jump visualisaties en syntax highlighting:
|
||||
|
||||
`objdump {{[-d|--disassemble]}} {{path/to/binary}} --visualize-jumps={{color|extended-color}} --disassembler-color={{color|extended-color}}`
|
||||
`objdump {{[-d|--disassemble]}} {{pad/naar/binary}} --visualize-jumps={{color|extended-color}} --disassembler-color={{color|extended-color}}`
|
||||
|
||||
- Toon de symbooltabel:
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
- Zet een aangepast schei[d]ingsteken:
|
||||
|
||||
`readarray < {{path/to/file.txt}} -d {{scheidingsteken}} {{array_naam}}`
|
||||
`readarray < {{pad/naar/bestand.txt}} -d {{scheidingsteken}} {{array_naam}}`
|
||||
|
||||
- Toon de help:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
- Toon de laatste 10 regels van meerdere bestanden:
|
||||
|
||||
`tail {{path/to/file1 path/to/file2 ...}}`
|
||||
`tail {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Toon laatste 5 regels in een bestand:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user