请帮我删除文件中的特定块。
输入就像,
<section_begin> a01
dfasd
adfa
<section_end>
<section_begin> a02
..
eld
...
1 error reported
...
<section_end>
<section_begin> a03
qwre
adfa
<section_end>
我想删除特定的块
<section_begin> a02
..
search_string
...
<section_end>
下面的命令也返回第一部分。
perl -ne 'print if /<section_begin>/../eld/' a1exp