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

Linux学习:正则表达式习题

时间:2015-09-08 12:42:01      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:linux   表达式   

1.    显示/etc/passwd文件中以bash结尾的行


1
2
3


[root@www ~]# grep -n ‘\(bash\)$‘ /etc/passwd
1:root:x:0:0:root:/root:/bin/bash
38:Allen:x:500:500:Allen.Huang:/home/Allen:/bin/bash

本文出自 “Craft Life” 博客,请务必保留此出处http://allenh.blog.51cto.com/481430/1692625

Linux学习:正则表达式习题

标签:linux   表达式   

原文地址:http://allenh.blog.51cto.com/481430/1692625

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