环境信息:
Mac OS X 10.10.1
- 删除指定后缀名的文件
进入指定文件夹,输入:
find . -name .svn | xargs rm -Rf
- 查看全部隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
- 隐藏全部隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
- 查看静态库支持的系统位数
lipo -info xxxxx.a