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.
Comment on
Re^2: Remove line above matching criteria
Download
Code
In Section
Seekers of Perl Wisdom