当前位置: > Linux命令 >

find+grep组合使用

时间:2014-12-16 14:33来源:linux.it.net.cn 作者:IT

用来查找所有".h"文件中的含有“helloworld”字符串的文件,并把文件名也打印出来:

find -name "*.h" -exec grep "helloworld" { } \; -print

(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容