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

find 路徑 -type f  -name "文件名" | xargs grep 「搜索的字符串」shell find /root/shell/ -type f -name '*'|xargs grep "daxin"字符串
相關文章
相關標籤/搜索