grep <regex> /path/file.txt grep -A 8 -B 8 <regex> /path/file.txt Show 8 lines before and after the results
grep <regex> /path/file.txt
grep -A 8 -B 8 <regex> /path/file.txt
grep --color Highlight the searched regex in the results
grep --color