MBP coming OSX tips
MBP coming OSX tips
Out of context: Reply #16
- Started
- Last post
- 48 Responses
- acescence0
I do web dev locally on my box, so it's handy to be able to see files like .htaccess that would normally be hidden. in terminal, enter this command to view all files in finder...
defaults write com.apple.Finder AppleShowAllFiles TRUE
then enter, then:
KillAll Finder
to turn it off, just change true to false.