linux下面查找某个字符或者文件

在当前目录查找指定后缀文件

find ./ -name *.properties

 

 

在文件列表中查找,包含指定内容的文件

find ./ -name *.php| xargs grep "product"

 

posted @ 2015-04-24 20:45  feimengv  阅读(166)  评论(0编辑  收藏  举报