[Wed Sep 20 19:09:59 CDT 2017]

Here is a very simple (but useful) grep command to show not only the instances of the string you are interested in, but also a few lines before and after (3 lines before and 2 after in this example):

$ grep -B 3 -A 2 [string] [myfile]
{link to this entry}