mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
locate: add Dutch translation (#13041)
This commit is contained in:
parent
e890d5ffc0
commit
68633f8c03
2 changed files with 32 additions and 0 deletions
16
pages.nl/linux/locate.md
Normal file
16
pages.nl/linux/locate.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# locate
|
||||
|
||||
> Vind snel bestandsnamen.
|
||||
> Meer informatie: <https://manned.org/locate>.
|
||||
|
||||
- Zoek naar een patroon in de database. Opmerking: de database wordt periodiek herberekend (meestal wekelijks of dagelijks):
|
||||
|
||||
`locate {{patroon}}`
|
||||
|
||||
- Zoek naar een bestand op basis van de exacte bestandsnaam (een patroon zonder glob-tekens wordt geïnterpreteerd als `*patroon*`):
|
||||
|
||||
`locate '*/{{bestandsnaam}}'`
|
||||
|
||||
- Herbereken de database. Dit moet je doen als je recent toegevoegde bestanden wilt vinden:
|
||||
|
||||
`sudo updatedb`
|
16
pages.nl/osx/locate.md
Normal file
16
pages.nl/osx/locate.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# locate
|
||||
|
||||
> Vind snel bestandsnamen.
|
||||
> Meer informatie: <https://keith.github.io/xcode-man-pages/locate.1.html>.
|
||||
|
||||
- Zoek naar een patroon in de database. Opmerking: de database wordt periodiek herberekend (meestal wekelijks of dagelijks):
|
||||
|
||||
`locate "{{patroon}}"`
|
||||
|
||||
- Zoek naar een bestand op basis van de exacte bestandsnaam (een patroon zonder glob-tekens wordt geïnterpreteerd als `*patroon*`):
|
||||
|
||||
`locate */{{bestandsnaam}}`
|
||||
|
||||
- Herbereken de database. Dit moet je doen als je recent toegevoegde bestanden wilt vinden:
|
||||
|
||||
`sudo /usr/libexec/locate.updatedb`
|
Loading…
Add table
Reference in a new issue