pages.nl: fix typos (#13052)

This commit is contained in:
Sebastiaan Speck
2024-06-18 22:00:00 +02:00
committed by GitHub
parent 80f9c0fe1f
commit c1722cc72f
33 changed files with 64 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
# ack
> Een zoektool zoals grep, geoptimaliseerd voor ontwikkelaars.
> Zie ook: `rg`, dat is veel sneller.
> Bekijk ook: `rg`, dat is veel sneller.
> Meer informatie: <https://beyondgrep.com/documentation>.
- Zoek recursief naar bestanden met een tekenreeks of reguliere expressie in de huidige map:
@@ -28,7 +28,7 @@
`ack --count --no-filename "{{zoekpatroon}}"`
- Druk alleen voor elk bestand de bestandsnamen en het aantal overeenkomsten af:
- Toon alleen voor elk bestand de bestandsnamen en het aantal overeenkomsten:
`ack --count --files-with-matches "{{zoekpatroon}}"`