linux命令当前文件夹下面模糊搜索文件

在当前文件夹下面模糊搜索文件:

 find . -type f | xargs grep 'boot',"boot"表示文件名中包含的字符串

原文地址:https://www.cnblogs.com/dylan-bky/p/11737005.html