在一个文件夹中查找内容包含某一字符串的文件

find . | xargs grep '115.182.68.236'

sudo find . | xargs sudo grep 'incorrect passwor d'

find /home/guo/bin -name /*.txt | xargs grep 'jdbc'

原文地址:https://www.cnblogs.com/hurner/p/2571988.html