look: add Dutch translation, fix typos (#12932)
This commit is contained in:
21
pages.nl/osx/look.md
Normal file
21
pages.nl/osx/look.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# look
|
||||
|
||||
> Toon regels die beginnen met een prefix in een gesorteerd bestand.
|
||||
> Bekijk ook: `grep`, `sort`.
|
||||
> Meer informatie: <https://keith.github.io/xcode-man-pages/look.1.html>.
|
||||
|
||||
- Zoek naar regels die beginnen met een specifieke prefix in een specifiek bestand:
|
||||
|
||||
`look {{prefix}} {{pad/naar/bestand}}`
|
||||
|
||||
- Zoek hoofdletterongevoelig alleen op alfanumerieke tekens:
|
||||
|
||||
`look {{-f|--ignore-case}} {{-d|--alphanum}} {{prefix}} {{pad/naar/bestand}}`
|
||||
|
||||
- Specificeer een string-terminatiekarakter (standaard is spatie):
|
||||
|
||||
`look {{-t|--terminate}} {{,}}`
|
||||
|
||||
- Zoek in `/usr/share/dict/words` (`--ignore-case` en `--alphanum` worden aangenomen):
|
||||
|
||||
`look {{prefix}}`
|
Reference in New Issue
Block a user