Jul 11

I have a nice tip for Mac users!

If you want to see the hidden files in Finder (MacOSX), you can enable it easly from Terminal.
First go to Utilities (From the top menu – Go ) – Then Terminal

When you are in Terminal if you write the query below, it will enable the hidden files

defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder

If you want to hide hidden files again,

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder



Thanks :)