在当前文件夹下面模糊搜索文件:
find . -type f | xargs grep ‘boot‘,"boot"表示文件名中包含的字符串
linux命令当前文件夹下面模糊搜索文件
原文:https://www.cnblogs.com/dylan-bky/p/11737005.html