Mac显示和隐藏文件
2018-06-22 本文已影响5人
CoderLF
方式一
- 选中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