码迷,mamicode.com
首页 > 其他好文 > 详细

grep -v|grep -F

时间:2019-07-04 12:55:06      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:code   div   color   pre   grep -v   col   style   cat   span   

 1 cat 1
 2 12
 3 1234
 4 1110
 5 22222
 6 212
 7 22
 8 
 9 cat 2
10 12
11 1234
12 111
13 9999
14 66666
15 22
16 
17 grep  -v 1 2
18 9999
19 66666
20 22
21 
22 grep -F 2 -f 1 2
23 2:12
24 2:1234
25 2:22
26 2:12
27 2:1234
28 2:22

 

grep -v|grep -F

标签:code   div   color   pre   grep -v   col   style   cat   span   

原文地址:https://www.cnblogs.com/yuanjingnan/p/11131734.html

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