I'm searching a database dump that doesn't have newline delimiters anywhere; it's literally a huge, huge block of text.
Thus, since I can't use grep flags like -A, -B or -C that would separate only the needed line that contains a phrase, I would like tu surround the otput with a certain number of characters (say 20) that would give a sufficient context.
How should I proceed?