Whenever you use a simple grep command to find a single word or phrase in a file, you run the risk of getting a lot of extra “stuff” you didn’t want to see. Grep for “not” and you get “nothing”, ...
A key point to these tools (from a practical point ) is that they are very memory efficient and allow work on just a "line".