Show/Hide hidden files in MacOSX finder
Want to see hidden files and directories such as .git, .ssh/, etc in the mac Finder? Try the following on the command line and you'll be able to see all files by default in the Finder.
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
to hide them again, run the above command with TRUE changed to FALSE.
results:
Written by Bashir Eghbali
Related protips
2 Responses
You can also our freeware app Funter ( http://nektony.com/products/funter ). Executes the same code and accessible from the menubar. Saves much time and is very useful especially for developers.
over 1 year ago
·
Thanks. It helped a LOT.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Osx
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#