In vim
:g/George Bush/d
deletes all lines with George Bush.
What if I wanted to delete 5 lines below that start with George Bush?
Another realistic example would be to find all DEBUG in a log4net log and delete up to the end of stack trace (which I know will be another 10 lines below it)