linux 搜索命令

grep <string pattern> <dir name> -r | grep <string pattern>

find <dir name> -name <file name> -exec grep <string pattern> {} \; 

posted on 2012-04-08 13:22  vincent Van Gogh  阅读(199)  评论(0)    收藏  举报

导航