- 统计代码文件行数
- 输出结果
- 过滤文件夹,文件 --exclude
- 指定文件后缀类型 --include-ext
- 注释不纳入统计 --no-comment
- 更多输出方式 --output
- ...
php cloc.php .
开始遍历文件26 稍等(ctrl+c 强行终止)...已运行时间0s
统计结束,打印结果:
统计代码行数以及文件数量.
查找 1 (总:26) 个文件,总 135 行代码,耗时0.00051s
--------------------------------------------------
language files code
--------------------------------------------------
php 1 135
--------------------------------------------------
SUM 1 135