Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created April 8, 2015 02:45
Show Gist options
  • Save j796160836/262083cdbad0d45eefcd to your computer and use it in GitHub Desktop.
Save j796160836/262083cdbad0d45eefcd to your computer and use it in GitHub Desktop.
Mac 顯示隱藏檔
  • 顯示隱藏檔案:
    defaults write com.apple.finder AppleShowAllFiles TRUE;\killall Finder

  • 不顯示隱藏檔案:
    defaults write com.apple.finder AppleShowAllFiles FALSE;\killall Finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment