grep

本文通过具体的grep命令实例展示了如何使用grep进行精确搜索,包括跨行搜索、忽略大小写等高级特性。这些技巧对于日常文件管理和文本处理非常实用。

[root@mhc regular]# cat a.txt|grep goooooogle
goooooogle yes!
[root@mhc regular]#
[root@mhc regular]#
[root@mhc regular]# cat a.txt|grep -A2 goooooogle
goooooogle yes!
go! go! Let's go.
# I am VBird
[root@mhc regular]# cat a.txt|grep -B2 goooooogle
I like dog.
google is the best tools for search keyword.
goooooogle yes!
[root@mhc regular]#
[root@mhc regular]#
[root@mhc regular]#
[root@mhc regular]# cat a.txt|grep -A2 -B2 goooooogle
I like dog.
google is the best tools for search keyword.
goooooogle yes!
go! go! Let's go.
# I am VBird

-n 打印行数

-i 不论大小写

 

[root@mhc regular]# cat -n a.txt |head -n 10 |tail -n 6
     5    However, this dress is about $ 3183 dollars.
     6    GNU is free air not free beer.
     7    Her hair is very beauty.
     8    I can't finish the test.
     9    Oh! The soup taste good.
    10    motorcycle is cheap than car.

grep -v '^$' a.txt|grep -v '^#'

egrep -v '^$|^#' a.txt

转载于:https://www.cnblogs.com/mhc-fly/p/8318205.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值