pages.nl/*: update outdated pages (#12170)

This commit is contained in:
Sebastiaan Speck
2024-02-01 14:17:31 +01:00
committed by GitHub
parent c1b714c55c
commit 11ec5e239c
22 changed files with 73 additions and 73 deletions

View File

@@ -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: