pages.nl/*: change "directory" to "map" (#11030)

This commit is contained in:
Sebastiaan Speck
2023-10-19 14:43:39 +02:00
committed by GitHub
parent 5e12851c1a
commit c9a4a59f1c
19 changed files with 75 additions and 75 deletions

View File

@@ -5,16 +5,16 @@
- Vind de lijnen dat een specifieke string bevatten:
`find {{string}} {{pad/naar/bestand_of_directory}}`
`find {{string}} {{pad/naar/bestand_of_map}}`
- Laat lijnen zie die de string niet bevatten:
`find {{string}} {{pad/naar/bestand_of_directory}} /v`
`find {{string}} {{pad/naar/bestand_of_map}} /v`
- Toon het aantal lijnen dat de string bevat:
`find {{string}} {{pad/naar/bestand_of_directory}} /c`
`find {{string}} {{pad/naar/bestand_of_map}} /c`
- Laat het aantal lijnen zien samen met de lijnen:
`find {{string}} {{pad/naar/bestand_of_directory}} /n`
`find {{string}} {{pad/naar/bestand_of_map}} /n`