mac显示隐藏文件
让 Finder 显示隐藏文件和文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
再次隐藏原本的隐藏文件和文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
Last updated
Was this helpful?