# Show/Hide Hidden Files in OS X

# 1.

Open up terminal

# 2.

paste the following $ defaults write com.apple.finder AppleShowAllFiles YES and press return.

# 3.

press option/alt key, then right click on the finder icon in the dock and click relaunch.

# 4.

If you want to hide the files again paste this into your terminal window $ defaults write com.apple.finder AppleShowAllFiles NO