本文共 122 字,大约阅读时间需要 1 分钟。
find /文件夹名称 -name "*.js(文件类型可以是.py, .php)" |xargs cat|grep -v ^$|wc -l
转载于:https://www.cnblogs.com/iceman-/p/10435234.html