Name
Searching for and Locating Files
Synopsis
- Find a file when I don’t know its name?
Finder→enter a keyword in the Search field in the toolbar→hit Return to start the search
Finder→File→Find (
-F)- Index my hard drive to allow for content-based searching?
Finder→select hard drive→File→Get Info→click on the disclosure triangle next to “Content index”→click on the Index Now button
Tip
The Finder doesn’t index filenames—only the contents of files. However, you can still search for filenames.
- Where is the content index stored?
It’s stored in
~/Library/Indexes/FindByContent/00001/.FBCIndex.- Find a file when I can’t remember where I saved it?
Use the
locatecommand in the Terminal. However, you must first update thelocatedatabase as follows:MacChuck:~ chuck$
cd /usr/libexecMacChuck:/usr/libexec chuck$ sudo ./locate.updatedbIf you haven’t built the
locatedatabase yet, this command could take a few minutes to run; afterwards, you will be returned to the command line.Tip
The
locate.updatedbcommand is executed weekly by default, as noted in the/etc/weeklyfile. However, you might want to issue this command shortly after installing Mac OS X.Now you can use the
locatecommand; for example:MacChuck:/usr/libexec chuck$
locate temp98.doc/Users/chuck/Books/Templates/temp98.doc MacChuck:/usr/libexec chuck$In this example, we used
locateto search for the filetemp98.doc; in return, the command tells ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access