Posted By

BFTrick on 10/12/11


Tagged

mac htaccess finder


Versions (?)

Show Hidden Files in Mac Finder


 / Published in: Bash
 

URL: http://www.techiecorner.com/153/how-to-show-hidden-files-in-finder-mac-os-x/

Open up your terminal and type in the following commands to show hidden files (such as a .htaccess file).

  1. defaults write com.apple.finder AppleShowAllFiles TRUE
  2. killall Finder

Report this snippet  

You need to login to post a comment.