显示隐藏文件

在终端中输代码“defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder”即可显示隐藏文件。
再次隐藏文件,可以输入命令“defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder”。

posted @ 2020-08-18 15:02  howareyou!  阅读(292)  评论(0)    收藏  举报