locate (Unix)
Appearance
locate
, a Unix utility first created in 1983,[1] serves to find files on filesystems. It searches through a prebuilt database of files generated by updatedb
or by a daemon and compressed using incremental encoding. It operates significantly faster than find
, but requires regular updating of the database. This sacrifices overall efficiency (because of the regular interrogation of filesystems even when no user needs information) and absolute accuracy (since the database does not update in real time) for significant speed improvements (particularly on very large filesystems).
The GNU version forms a part of GNU Findutils.
Some versions can also index network filesystems.
mlocate
is a locate/updatedb implementation.
References
External links
- FreeBSD General Commands Manual –
- GNU Findutils
- mlocate site
Variants:
- Archived 2009-02-04 at the Wayback Machine
mlocate
- faster updates- rlocate - always up-to-date
- KwickFind - KDE GUI frontend for locate
- Locate32 for Windows - Windows analog of GNU locate with GUI, released under GNU license