locate 指定文件名查找文件
输入updatedb
[root@myhost lib]# updatedb
创建mlocate.db数据库,locate通过查数据库定位文件,速度快于find命令;
-rw-r-----. 1 root slocate 1979365 7月 5 15:47 mlocate.db
选项
- -A, --all 所有参数都匹配的情况
[root@myhost mlocate]# locate -A test.txt
/home/homeRepository/test.txt
/root/test.txt
-
-b, --basename 连续包含参数即可
-
-c, --count 匹配数量
[root@myhost mlocate]# locate -c -b .py
3089