美文网首页
mac下查看代码总行数

mac下查看代码总行数

作者: 相逢不晚为何匆匆 | 来源:发表于2016-06-12 11:12 被阅读20次

打开终端,cd到项目的目录。

find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l
8C8BAC7B-F21E-4670-84E2-7E4B0A59774F.png

相关文章

网友评论

      本文标题:mac下查看代码总行数

      本文链接:https://www.haomeiwen.com/subject/rxpedttx.html