the search string is highlighted when using the grep command. But sometimes there are too many search results, so if you need to page them, you should use less
.grep "find string" file |less
the search string is not highlighted in the less results at this time. I wonder if there is any way to highlight the search string