1、文件搜索命令locate 2、命令搜索命令which和whereis 3、文件搜索命令find 4、字符串搜索命令grep 5、find和grep的区别 locate +文件名 locate搜索是在后台数据库中按文件名搜索,搜索速度很快 /var/lib/mlocate locate搜索命令的后 ...
分类:
系统相关 时间:
2017-09-17 11:47:15
阅读次数:
223
一、Linux下搜索文件的命令Which显示Linux某个命令的完整路径。加上type可以检查是内部命令还是外部命令[root@linuxtest/]#whichcat
/bin/cat
[root@linuxtest/]#typecat
catishashed(/bin/cat)
[root@linuxtest/]#typeman
manishashed(/usr/bin/man)
[root@linuxtest/]#typecd..
分类:
系统相关 时间:
2016-10-17 18:26:48
阅读次数:
258