1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

updatedb: add page (#2369)

This commit is contained in:
Flavia Bastos 2018-10-04 07:26:32 -03:00 committed by Starbeamrainbowlabs
parent c115541a36
commit 32f4a2b456

12
pages/linux/updatedb.md Normal file
View file

@ -0,0 +1,12 @@
# updatedb
> Create or update the database used by `locate`.
> It is usually run daily by cron.
- Refresh database content:
`sudo updatedb`
- Display file names as soon as they are found:
`sudo updatedb --verbose`