linux含有某字符串的文件

find .|xargs grep -ri "IBM" -l

只列出文件名:grep -rn "Item" * -l pattern files

原文地址:https://www.cnblogs.com/hutudan/p/5713725.html