Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Oneechan69

macrumors 6502
Original poster
Mar 29, 2022
285
34
US
For example, I want to search for git folders which are named .git. I searching tried that knowing there's at least a few in my home folder but they didn't show up.
 
Another vote for EasyFind.

Whenever I have to search for something, it's my first choice.
(I have spotlight disabled, NEVER use it)

EasyFind has an "invisible" checkbox, just put your mark in it when you set up EF's preferences.
 
Because the question is related to the Finder: open e.g. your home folder and press + +. Any hidden files will appear as grayed-out. Then go from there.

Otherwise the terminal offers another option:

sudo find /Users/Your-Username/ -type f -name "*deh*"

will find you all files containing deh somewhere in their name.

sudo find /Users/Your-Username/ -name ".gi*"

will list all folders and files starting with .gi
 
Last edited:
For example, I want to search for git folders which are named .git. I searching tried that knowing there's at least a few in my home folder but they didn't show up.
When you do a search in Finder, pull down on the "kind" menu in the search window and select "Other..." and look for "File invisible" and check the box. Also do the same for "System files" and when do your search make sure that System Files are included along with visible or invisible files.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.