Linux下查找文件命令——find

find [在哪个目录下查找] -name <文件名>

 

1、场景:当你知道了某个文件的文件名,而不知道这个文件放到哪个文件夹,甚至是层层套嵌的文件夹里,

也可以使用find命令来查找,如:find / -name resolv.conf

 

2、场景:当你知道后缀名和路径时可这么使用:find /etc -name *.conf

Linux下查找文件命令——find,布布扣,bubuko.com

Linux下查找文件命令——find

上一篇:装了maven插件的eclipse中M2_REPO无法编辑、删除(转)


下一篇:Linux Kernel diagnose