crazypebble

命令行方式显示/隐藏Mac隐藏文件命令如下(注意其中的空格并且区分大小写):

显示Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles -bool true

隐藏Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles -bool false


或者

显示Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles YES

隐藏Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles NO

分类:

技术点:

相关文章: