defaults write com.apple.finder AppleShowAllFiles -bool TRUE
killall Finder
change to FALSE to hide hidden files.
killallFinder will restart the finder.
You need this if you do any kind of development work on your Mac! This is the best method.
Regressive? hell, yeah.
defaults write com.apple.finder AppleShowAllFiles -bool TRUE
killall Finder
No comments:
Post a Comment