linux环境下,在文件中查找某一关键字的命令: find ./ -name "*.json" | xargs grep '关键字' 统计文件夹下文件数量的命令: ls -l | grep '^-'|wc -l