git学习
2016-08-16 本文已影响0人
LHKevin
显示隐藏文件命令
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
恢复
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
显示隐藏文件命令
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
恢复
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder