Linux使用技巧——find结合grep模糊匹配文件搜索关键字

Posted wang618

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux使用技巧——find结合grep模糊匹配文件搜索关键字相关的知识,希望对你有一定的参考价值。

 

 

 

 


 

 

 

 

 

find结合grep模糊匹配文件搜索关键字

 

不知道哪个单词在哪个文件里面可以使用这种方法

[root@backup window_books]# find  .  -name  "*txt"   -type f  |  xargs  grep     "description"  
./2013_liuyinan_5500_words_21-32.txt:1309  description  ?????????????? n. 描写,形容;种类  ion-名词后缀
./2013_liuyinan_5500_words_total_111-122.txt:1309  description  ?????????????? n. 描写,形容;种类  ion-名词后缀
./oldboy_computer_words_1700.txt:649. description n. 描述 (dei si ke pe sheng)
./oldboy_computer_englishwords_1700.txt:description
./2013_liuyinan_5500_words_total_111-122_(2).txt:1309  description  ?????????????? n. 描写,形容;种类  ion-名词后缀
./total.txt:1309  description  ?????????????? n. 描写,形容;种类  ion-名词后缀
./cmpt.words.txt:description
./cmpt.words2.txt:description
[root@backup window_books]# 

 

以上是关于Linux使用技巧——find结合grep模糊匹配文件搜索关键字的主要内容,如果未能解决你的问题,请参考以下文章

find、grep、sed、awk的使用

grep命令和find命令都是查找,如何向测试人员介绍他们的区别?

4-4 linux的grep搜索命令

Linux文件搜索命令_find和grep

linux--补充(管道| / 重定向> / xargs)/find 与xargs结合使用/vi,grep,sed,awk(支持正则表达式的工具程序)

Linux-find