SyntaxFix
Write A Post
Hire A Developer
Questions
If you have a long file with many multi-line ocurrences, it is useful to first print number lines:
cat -n file | sed -n '/Here/,/String/p'