Linux 查找包含某个字符串的文件

find 路径 -type f  -name "文件名" | xargs grep “搜索的字符串”shell find /root/shell/ -type f -name '*'|xargs grep "daxin"字符串
相关文章
相关标签/搜索