File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66- 查看/取消 隐藏文件命令
77
8- OS X(10.6~ 10.8) :
9- `` defaults write com.apple.Finder AppleShowAllFiles Yes && killall Finder `` //显示隐藏文件
8+ OS X(10.6~ 10.8) :
9+ `` defaults write com.apple.Finder AppleShowAllFiles Yes && killall Finder `` //显示隐藏文件
1010
11- `` defaults write com.apple.Finder AppleShowAllFiles No && killall Finder `` //不显示隐藏文件
11+ `` defaults write com.apple.Finder AppleShowAllFiles No && killall Finder `` //不显示隐藏文件
1212
13- OS X 10.9+ :
14- `` defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder `` //显示隐藏文件
13+ OS X 10.9+ :
14+ `` defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder `` //显示隐藏文件
1515
16- `` defaults write com.apple.finder AppleShowAllFiles No && killall Finder `` //不显示隐藏文件
16+ `` defaults write com.apple.finder AppleShowAllFiles No && killall Finder `` //不显示隐藏文件
You can’t perform that action at this time.
0 commit comments