标签:file 代码 write 隐藏文件 app 隐藏 显示 apple find
要显示隐藏文件:
在终端中输入代码:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏文件:
在终端输入代码:defaults write com.apple.finder AppleShowAllFiles - bool false
标签:file 代码 write 隐藏文件 app 隐藏 显示 apple find
原文地址:http://www.cnblogs.com/Claire6649/p/7499433.html