in reply to Re: Remove line above matching criteria
in thread Remove line above matching criteria

If you're going to go that route, you can also (with GNU grep, at least) grep -B 1 '<id:>' to get the ID line together with the previous line.

---
It's all fine and dandy until someone has to look at the code.