Sunday, April 3, 2011

Show Invisible files using Terminal commands

To show hidden files (copy and paste one line at a time, followed by Enter):
defaults write com.apple.finder AppleShowAllFiles TRUE

killall Finder 

To hide hidden files:

defaults write com.apple.finder AppleShowAllFiles FALSE

killall Finder 

No comments:

Post a Comment