Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.4 KB

cix-mlocate.org

File metadata and controls

44 lines (37 loc) · 1.4 KB

mlocate

|≣|

AuthorMiloslav Trmac
Maintainer(s)
Released2005
Sourcemlocate.git
Homepage

mlocate is a locate and updatedb implementation. The ‘m’ stands for “merging”: updatedb reuses the existing database to avoid rereading most of the file system, which makes updatedb faster and does not trash the system caches as much.


Index

Receipts

locate

locate::examples

locate-180830223238

locate exact path to directory from a dir_list:

   ~$ xargs -P8 -I{} sh -c "locate {} | grep /{}$" < dir_list
   ~$ < dir_list parallel 'locate {} | grep /{}$'

xargs grep parralel

locate::see-also

updatedb

updatedb::files

/etc/updatedb.conf
A configuration file. See updatedb.conf(5).
/var/lib/mlocate/mlocate.db
The database updated by default.

Refreances