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

Linux command: grep

时间:2017-12-02 11:12:19      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:linux c   filename   name   man   pretty   string   span   code   ret   

 

How to use grep to match multiple strings in the same line?

grep ‘string1\|string2‘ filename
grep -E "string1|string2" filename

Linux command: grep

标签:linux c   filename   name   man   pretty   string   span   code   ret   

原文地址:http://www.cnblogs.com/emanlee/p/7952913.html

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