检索某个目录树下的某类文件的关键字:
grep -wrin chinaunix `find -name "*.tcl"`
grep -Hwrin chinaunix `find -name "*.tcl"`(H表示列出文件,是默认选项)
博客提及检索某个目录树下某类文件的关键字相关内容,聚焦于信息技术中文件检索方面。
检索某个目录树下的某类文件的关键字:
grep -wrin chinaunix `find -name "*.tcl"`
grep -Hwrin chinaunix `find -name "*.tcl"`(H表示列出文件,是默认选项)
4万+
3165
6090

被折叠的 条评论
为什么被折叠?
