If you are doing this because you want more context in your search, you can do this:
cat BIG_FILE.txt | less
Doing a search in less
should highlight your search terms.
Or pipe the output to your favorite editor. One example:
cat BIG_FILE.txt | vim -
Then search/highlight/replace.