To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

locate
Initial release1982; 42 years ago (1982)
Operating systemUnix and Unix-like
TypeCommand

locate is a Unix utility which serves to find files on filesystems. It searches through a prebuilt database of files generated by the updatedb command 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.

locate was first created in 1982.[1] The BSD and GNU Findutils versions derive from the original implementation.[2] Their primary database is world-readable, so the index is built as an unprivileged user. locate command is also included in MacOS.

mlocate (Merging Locate) and the earlier slocate (Secure Locate) use a restricted-access database, only showing filenames accessible to the user.[3][4]

plocate uses posting lists. Like mlocate and slocate, it only shows files if find would list it.[5] Compared to mlocate, it is much faster, and its index is smaller.[6][7]

See also

  • mdfind related command in MacOS

References

  1. ^ Woods, James A. (1983-01-15). "Finding Files Fast". ;login:. Vol. 8, no. 1. Usenix. pp. 8–10. Retrieved 2016-03-27.
  2. ^ "Finding Files". GNU. Free Software Foundation. 2012-11-17. Retrieved 2016-03-27. GNU locate and its associated utilities were originally written by James Woods, with enhancements by David MacKenzie.
  3. ^ Miloslav Trmač (2005). "mlocate". Archived from the original on 2006-04-11. Retrieved 2016-03-27. ...faster and does not trash the system caches as much...attempts to be compatible to GNU locate, when it does not conflict with slocate compatibility.
  4. ^ Kevin Lindsay (1999). "Secure Locate". Archived from the original on 2005-05-07. Retrieved 2016-03-27. ...will also check file permissions and ownership so that users will not see files they do not have access to.
  5. ^ Gunderson, Steinar. "plocate, a much faster locate". plocate.sesse.net. Retrieved 23 February 2023.
  6. ^ Gunderson, Steinar. "plocate(1)". man.archlinux.org. Arch manual pages. Retrieved 23 February 2023.
  7. ^ "plocate". Kali Linux. Kali Linux Tools. Retrieved 23 February 2023.

External links

Variants:

  • plocate - Variant faster than mlocate, with a smaller index.
  • rlocate - Variant using kernel module and daemon for continuous updates.
  • KwickFind - KDE GUI frontend for locate
  • Locate32 for Windows - GPL'ed graphical Windows variant (no longer available)
This page was last edited on 30 September 2023, at 22:41
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.