Skip to main content

Posts

Showing posts from November, 2012

Show hidden files on Mac

To temporarily toggle hidden files, you can use this keyboard shortcut: Shift+Command+.(period) To make hidden files visible in Finder permanently, run this command in Terminal defaults write com.apple.finder AppleShowAllFiles -bool true To hide hidden files again in Finder, run this command in Terminal defaults write com.apple.finder AppleShowAllFiles -bool false Run this command to restart Finder, so that either one of the above commands will take effect ( Don't worry, Finder should restart with all of your previous windows open again ) killall Finder