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

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

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

相关文章: