find /tmp/ -name test.txt | xargs grep "hello"
可以查找到tmp目录下文件名test.txt并包含字符串hello的文件。
本文共 142 字,大约阅读时间需要 1 分钟。
find /tmp/ -name test.txt | xargs grep "hello"
可以查找到tmp目录下文件名test.txt并包含字符串hello的文件。
转载于:https://www.cnblogs.com/passion-hzhang/p/4030972.html