How to use mdfind to search for every file on OS X
Spotlight is great, but it has some mom-friendly rules that limit the results. Since I’m a power user, I typically want to search the entire computer and see all results. Therefore, I use the mdfind
command to search OS X.
Just pop open Terminal
and type:
mdfind "income tax"
This will search for all files with the metadata words “income tax.”