Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created April 8, 2015 02:45
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