ubuntu 下 shell 搜索命令

一、在当前目录及其子目录查找以mesos开头,并以.jar结尾的文件,并打印出来

sudo find ./ -name mesos*.jar -print

二、whereis, locate 也有类似功能。

原文地址:https://www.cnblogs.com/lasclocker/p/4462445.html