方式一
- 选中Finder 然后键盘:
command+shift+.
方式二
- 显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder
- 不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles No && killall Finder
command+shift+.
defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder
defaults write com.apple.finder AppleShowAllFiles No && killall Finder
本文标题:Mac显示和隐藏文件
本文链接:https://www.haomeiwen.com/subject/aeukyftx.html
网友评论