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:
parent
c115541a36
commit
32f4a2b456
1 changed files with 12 additions and 0 deletions
12
pages/linux/updatedb.md
Normal file
12
pages/linux/updatedb.md
Normal 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`
|
Loading…
Add table
Reference in a new issue