Searching for Files Using Locate

Saturday, October 18th, 2008

Darwin and all UNIX and Linux variants have a command line tool called locate, that searches the file system for a file or a wildcard pattern. Locate doesn't search the file system directly, instead it searches a database that is rebuilt periodically and contains pathnames of all the files that ...