显示
Mac
隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏
Mac
隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false
删除svn文件 find . -name ".svn" | xargs rm -Rf
显示
Mac
隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏
Mac
隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false
删除svn文件 find . -name ".svn" | xargs rm -Rf