Ok
I know that this is trivial question but: How can i remove lines from files that are between two known patterns/words:
pattern1 garba
This sed code will work as well:
sed '/PATTERN1/,/PATTERN2/d' FILE