MAC -- 显示隐藏文件

显示隐藏文件

显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
or
显示:defaults write com.apple.finder AppleShowAllFiles YES
隐藏:defaults write com.apple.finder AppleShowAllFiles NO
posted @ 2016-01-10 21:29  以神之名  阅读(115)  评论(0编辑  收藏  举报