locate (Unix)
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:
- slocate (Secure Locate) at the Wayback Machine (archived February 4, 2009)
-
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
|
This article is issued from Wikipedia - version of the Saturday, June 13, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.