find . -type f -name "*" | xargs grep "1"
-name 支持 通配符, 我的目录下只有三个文件, 所以也可以不带
回复:shell xargs 查找包含关键字的多个文件