Show hidden files in finder on OS X

Quick one.....

I love the way OS X handles it's file system, but sometimes you might need to see what it considers to be a system files (such as website file .htaccess). Here's a quick way to do that from the terminal:

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

and to switch it back:

$ defaults write com.apple.finder AppleShowAllFiles FALSE
$ killall Finder

source:
http://www.youtube.com/watch?v=5rpo8Q3vOS0

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption>
  • Lines and paragraphs break automatically.

More information about formatting options