bat, cgclassify: add Dutch translation (#11544)
This commit is contained in:
29
pages.nl/common/bat.md
Normal file
29
pages.nl/common/bat.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# bat
|
||||
|
||||
> Bestanden tonen en samenvoegen.
|
||||
> Een `cat` kopie met syntax highlighting en Git integratie.
|
||||
> Meer informatie: <https://github.com/sharkdp/bat>.
|
||||
|
||||
- Toon de inhoud van een bestand naar `stdout`:
|
||||
|
||||
`bat {{pad/naar/bestand}}`
|
||||
|
||||
- Voeg verschillende bestanden samen in het doelbestand:
|
||||
|
||||
`bat {{bestand1}} {{bestand2}} > {{doelbestand}}`
|
||||
|
||||
- Voeg verschillende bestanden toe aan het doelbestand:
|
||||
|
||||
`bat {{bestand1}} {{bestand2}} >> {{doelbestand}}`
|
||||
|
||||
- Nummer alle uitvoerregels:
|
||||
|
||||
`bat --number {{pad/naar/bestand}}`
|
||||
|
||||
- Highlight de syntax van een JSON-bestand:
|
||||
|
||||
`bat --language json {{bestand.json}}`
|
||||
|
||||
- Toon alle ondersteunde talen:
|
||||
|
||||
`bat --list-languages`
|
Reference in New Issue
Block a user