/
ios开发代码统计

ios开发代码统计

ios开发代码

find . -name "*.m" -or -name "*.h" -or -name "*.xib" -or -name "*.c" |xargs wc -l

 

列出每个文件的行数

find . -name "*.m" -or -name "*.h" -or -name "*.xib" -or -name "*.c" |xargs grep -v "^$"|wc -l 

Related content

正则
正则
More like this
Using OCLint in Xcode
Using OCLint in Xcode
More like this
MRC Project to ARC
MRC Project to ARC
More like this
NSMutableAttributedString
NSMutableAttributedString
More like this
iOS生产力之小工具合集
iOS生产力之小工具合集
More like this
Image Dimension
Image Dimension
More like this