码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2020-01-15 14:10:57      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:单词   pre   computer   文件搜索   sheng   window   backup   使用技巧   word   

 

 

 

 


 

 

 

 

 

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模糊匹配文件搜索关键字

标签:单词   pre   computer   文件搜索   sheng   window   backup   使用技巧   word   

原文地址:https://www.cnblogs.com/wang618/p/12195954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!