linux查找含有xxx内容的文件

find . -name *.json |xargs grep "6379" |awk '{print $1}'|uniq

原文地址:https://www.cnblogs.com/dingzhenor/p/12162922.html