pages.nl/*: update outdated pages (#12170)
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
> Een `cat` kopie met syntax highlighting en Git integratie.
|
||||
> Meer informatie: <https://github.com/sharkdp/bat>.
|
||||
|
||||
- Toon de inhoud van een bestand naar `stdout`:
|
||||
- Toon de inhoud van een of meerdere bestanden in `stdout`:
|
||||
|
||||
`bat {{pad/naar/bestand}}`
|
||||
`bat {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
|
||||
|
||||
- Voeg verschillende bestanden samen in het doelbestand:
|
||||
|
||||
`bat {{bestand1}} {{bestand2}} > {{doelbestand}}`
|
||||
`bat {{pad/naar/bestand1 pad/naar/bestand2 ...}} > {{doelbestand}}`
|
||||
|
||||
- Voeg verschillende bestanden toe aan het doelbestand:
|
||||
|
||||
`bat {{bestand1}} {{bestand2}} >> {{doelbestand}}`
|
||||
`bat {{pad/naar/bestand1 pad/naar/bestand2 ...}} >> {{doelbestand}}`
|
||||
|
||||
- Nummer alle uitvoerregels:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
- Highlight de syntax van een JSON-bestand:
|
||||
|
||||
`bat --language json {{bestand.json}}`
|
||||
`bat --language json {{pad/naar/bestand.json}}`
|
||||
|
||||
- Toon alle ondersteunde talen:
|
||||
|
||||
|
Reference in New Issue
Block a user