Great tip here on how to show hidden files in Finder:
To show, enter this command in a Terminal window:
defaults write com.apple.Finder AppleShowAllFiles YES
To hide:
defaults write com.apple.Finder AppleShowAllFiles NO
Articles, notes and random thoughts on Software Development and Technology
Great tip here on how to show hidden files in Finder:
To show, enter this command in a Terminal window:
defaults write com.apple.Finder AppleShowAllFiles YES
To hide:
defaults write com.apple.Finder AppleShowAllFiles NO