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

grep和egrep

时间:2014-08-25 14:40:44      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:sp   c   as   bs   而且   r   test   grep   5   

grep  nobody /etc/passwd 显示/etc/passwd中带有nobody字样的行,区分大小写

grep  -i nobody /etc/passwd 现实/etc/passwd中带有nobody字样的行,不区分大小写

grep -v nobody /etc/passwd 不包含nobody的字样的行

grep -n nobody /etc/passwd 显示包含nobody的行并显示行号

egrep 是扩充功能的grep

egrep ‘2|5‘ test 列出含有2或者5的行

egrep ‘33(2|5)‘ test 列出包含33,而且后面跟的是2或5的行

 

grep和egrep

标签:sp   c   as   bs   而且   r   test   grep   5   

原文地址:http://www.cnblogs.com/lehao/p/3934804.html

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