M multinode macrumors regular Original poster Feb 4, 2011 150 0 Feb 7, 2011 #1 How can I see hidden files in Finder please?
M mheidt macrumors member Jun 7, 2005 94 0 Feb 7, 2011 #2 defaults write com.apple.Finder AppleShowAllFiles YES
L LPZ macrumors 65816 Jul 11, 2006 1,221 2 Feb 7, 2011 #3 mheidt said: defaults write com.apple.Finder AppleShowAllFiles YES Click to expand... And then you need to relaunch Finder! So here's a complete solution: Open Terminal (in Utilities) and enter Code: defaults write com.apple.Finder AppleShowAllFiles YES; killall Finder (Replace YES with NO to undo the change.)
mheidt said: defaults write com.apple.Finder AppleShowAllFiles YES Click to expand... And then you need to relaunch Finder! So here's a complete solution: Open Terminal (in Utilities) and enter Code: defaults write com.apple.Finder AppleShowAllFiles YES; killall Finder (Replace YES with NO to undo the change.)
GGJstudios macrumors Westmere May 16, 2008 44,560 957 Feb 7, 2011 #4 If you only need to see hidden files for a search, but don't want them always displayed, you can simply do a search in Finder and add hidden files as a search criteria:
If you only need to see hidden files for a search, but don't want them always displayed, you can simply do a search in Finder and add hidden files as a search criteria: