Linux下查找命令
时间:2014-02-27 04:30:02
收藏:0
阅读:452
在CentOs下查找某个目录下的某个文件,使用如下指令:
find /目录 -name 文件名
eg:查找当前目录下关于hadoop的文件
find / -name hadoop
原文:http://www.cnblogs.com/usa007lhy/p/3568775.html
评论(0)