Redian新闻
>
如何看一共有多少行程序
avatar
如何看一共有多少行程序# Programming - 葵花宝典
t*h
1
写了一个小软件,有几十个文件吧,如何统计一共有多少行程序?windows下和lin
ux下的解决方案都可以啊。
avatar
m*t
2

Hmm, I believe there are better tools than "wc" which
would count all the blank lines and commented lines.
To OP - if you were coding in Java, I'd tell you to
use JDepend. For C/C++, I haven't done it for too long
to keep up with all the tools. Try google
"software metrics tools" or similar terms
avatar
t*h
3
谢谢,如果这些文件在不同的folder里面呢?
avatar
t*t
4
wc -l `find -name "*.[ch]" -type f`
check out the total line numbers of all *.c and *.h
under current directory and subdirectories. or you
can do sth like
wc -l a.c b.c /dir/*.cpp
to check multiple files under different positions.

【在 t****h 的大作中提到】
: 谢谢,如果这些文件在不同的folder里面呢?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。