mac 显示隐藏文件方法
终端执行命令:
显示:#defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:#defaults write com.apple.finder AppleShowAllFiles -bool false
终端执行命令:
显示:#defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:#defaults write com.apple.finder AppleShowAllFiles -bool false