日期:2014-05-16  浏览次数:20642 次

Linux shell统计源代码文件总行数

find . -name '*.cpp' -type f -exec cat '{}' \; | wc -l