I have found I can use grep -A10 "search string" file.txt to show 10 lines after the search string is found in the file or grep -B10 "searc
grep -A10 "search string" file.txt
grep -B10 "searc