1、在多个文件中 查找内容
find . -type f -name "*.html" | xargs grep "1"
coding++:Linux - Shell - 常用命令
原文:https://www.cnblogs.com/codingmode/p/11819791.html