mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
updatedb: add Dutch translation (#13071)
This commit is contained in:
parent
ac7af55a19
commit
a6c57b242e
1 changed files with 13 additions and 0 deletions
13
pages.nl/linux/updatedb.md
Normal file
13
pages.nl/linux/updatedb.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# updatedb
|
||||
|
||||
> Maak of werk de database bij die gebruikt wordt door `locate`.
|
||||
> Dit wordt meestal dagelijks uitgevoerd door cron.
|
||||
> Meer informatie: <https://manned.org/updatedb>.
|
||||
|
||||
- Ververs de inhoud van de database:
|
||||
|
||||
`sudo updatedb`
|
||||
|
||||
- Toon bestandsnamen zodra ze gevonden zijn:
|
||||
|
||||
`sudo updatedb --verbose`
|
Loading…
Add table
Reference in a new issue