MACOS 如何显示隐藏文件

defaults write com.apple.finder AppleShowAllFiles -bool true
//此命令显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
//此命令关闭显示隐藏文件app

killall Finder
//重启finderit

相关文章
相关标签/搜索