摘要: 代码 find . -name "*.c" -o -name "*.h" -name -not "*test*"| xargs cat | grep -v ^$ | wc -l 解读 find: 字面意思 -name: 是find的一个参数,过滤出文件名符合条件的文件 -not: 排除 -o: sh 阅读全文
posted @ 2022-07-18 01:30 INnoVation-V2 阅读(591) 评论(0) 推荐(0)