mac下显示隐藏文件
2017-05-07 本文已影响5人
u14e
打开终端,在命令行里面设置
显示: 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