test@k1rhel5822161:/home/test>cat 3
1 5
2 3
3 2
4
5
6
7
test@k1rhel5822161:/home/test>grep -e '2|3' 3
test@k1rhel5822161:/home/test>grep -E '2|3' 3
2 3
3 2
test@k1rhel5822161:/home/test>grep -E '2' -E '3' 3
3:2 3
3:3 2
3:2 3
3:3 2
test@k1rhel5822161:/home/test>grep -e '2' -e '3' 3
2 3
3 2
test@k1rhel5822161:/home/test>
相关文章
- 03-14grep 使用或条件 ( grep -e )
- 03-14用sed、awk、grep同时匹配多个条件(与模式、或模式)
- 03-14使用 tail 结合 grep 查找日志关键字并高亮及显示所在行上下文
- 03-14grep使用
- 03-1402_小工具grep使用-常用选项参数
- 03-14使用grep查找文件中指定字符出现的次数
- 03-14使用python操作hdfs,并grep想要的数据
- 03-14shell脚本grep -q用于if条件判断
- 03-14使用nohup ps aux grep kill启动/停止后台Python进程
- 03-14Zookeeper启动:Client port not found in static config file. Looking in dynamic config file. grep: : 没有那个文件或目录