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

Grep第一课(基本)

时间:2014-09-25 12:05:58      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   strong   for   sp   

man grep

    grep  searches the named input FILEs (or standard input if no files are   named, or if a single hyphen-minus (-) is given as file name) for lines containing  a  match to the given PATTERN.  By default, grep prints thematching lines.


       In  addition,  three  variant  programs  egrep,  fgrep  and  rgrep  areavailable.   egrep  is  the  same  as  grep -E.   fgrep  is the same asgrep -F.  rgrep is the same as grep -r.  Direct  invocation  as  either egrep  or  fgrep  is  deprecated,  but  is provided to allow historical applications that rely on them to run unmodified.

 Examples: ifconfig | grep -i packets

bubuko.com,布布扣



Grep第一课(基本)

标签:style   blog   http   color   io   ar   strong   for   sp   

原文地址:http://blog.csdn.net/christprince007/article/details/39546415

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