linux/macOS 进入需要统计的那个目录,然后输入以下代码

find . -name "*.ts" | xargs wc -l
*.ts为需要统计的文件类型