Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 377 Bytes

show-hidden-files-in-finder.md

File metadata and controls

16 lines (11 loc) · 377 Bytes

Finder 显示隐藏文件

在终端使用:

//显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
//不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false

最后需要重启Finder:

重启Finder:窗口左上角的苹果标志-->强制退出-->Finder-->重新启动

https://www.jianshu.com/p/14c31ae9c6c6