<block id="123">
<othertag1>...</othertag1>
<othertag2>...</othertag2>
<picture>...</picture>
<othertag3>...</othertag3>
<othertag4>...</othertag3>
</block>
如何在许多没有标签的文件中使用ag
或找到这样的块?grep
<picture>
高级:"id"
从<block>
标签中获取那些。(例如将它们作为列表输出到标准输出)。