几种Linux常用的搜索指令,这是摘要,具体的请参照高手资料或者man find
find DIR -name NAME
find -name hello.c
find /home/someone -name hello.c //具体寻找到不返回目录
locate NAME
locate Hello.c
whichis NAME 常常用搜索可执行文件
如:whichis grep
几种Linux常用的搜索指令,这是摘要,具体的请参照高手资料或者man find
find DIR -name NAME
find -name hello.c
find /home/someone -name hello.c //具体寻找到不返回目录
locate NAME
locate Hello.c
whichis NAME 常常用搜索可执行文件
如:whichis grep
文章以GUI与CLI的区别为始,介绍了初次接触Linux时,常用的指令,同时做了用法演示与讲解。
linux搜索相关指令
下面对文章中提到的一些高级搜索指令,总结如下,目的只是为了让大家使用的时候可以方便的ctrl+c、ctrl+v1、双引号把搜索词放在双
find指令 将从指定目录下递归的遍历其各个子目录,将满足条件的文件或者目录显示在终端。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M