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

@@ -10,7 +10,7 @@
- Zoek in bestanden, maar alleen in regels die volledig overeenkomen:
`fgrep -x {{zoek_string}} {{pad/naar/bestand1}} {{pad/naar/bestand2}}`
`fgrep -x {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}`
- Tel het aantal regels in een bestand die overeenkomen met de opgegeven string:
@@ -26,4 +26,4 @@
- Toon bestandsnamen waarvan de inhoud minimaal één keer overeenkomt met de string:
`fgrep -l {{zoek_string}} {{pad/naar/bestand1}} {{pad/naar/bestand2}}`
`fgrep -l {{zoek_string}} {{pad/naar/bestand1 pad/naar/bestand2 ...}}`