I am trying to output a string that contains everything between two words of a string:
input:
\"Here is a String\"
output:
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'