我在文本文件中有以下模式。
######################
# ADD=123 New Comment
######################
if ($ADD==123)
其中,以下几行是可变的
# ADD=124 Old Comment
if ($ADD==1234)
我尝试使用 pcregrep 进行多行 greping,但我不擅长正则表达式。任何指针如何提取这种模式。
[root@srv admin]# pcregrep -M '######################\n#*\n' text.php