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  阅读(193)  评论(0编辑  收藏  举报

导航