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