OS X comes with a powerful search tool called mdfind: To search on a specific folder use the flag -onlyin /path/to/folder Search using grep Way more slower but also effective would be using grep command: The flag -s is for ignoring errors, this way we will only get positive results on screen. The flag -r is for a recursive search …