Skip to content

Instantly share code, notes, and snippets.

@jamesrampton
Created January 10, 2013 16:29
Show Gist options
  • Save jamesrampton/4503496 to your computer and use it in GitHub Desktop.
Save jamesrampton/4503496 to your computer and use it in GitHub Desktop.
Show all files in Finder
#!/bin/bash
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment