/ 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).
Expand |
Embed | Plain Text
defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
You need to login to post a comment.
