Last Updated: February 25, 2016
·
580
· j4n0

find + Spotlight = mdfind

Command mdfind has less features than find, but instant speed thanks to Spotlight. It's also a way to query files by metadata.

Give it a try:

man mdfind
mdfind -name libclang.dylib
mdfind "kMDItemAuthor == '*Matt Neuburg*'"