How to find all files containing specific text
The link, How do I find all files containing specific text on Linux? shows how to use grep to accomplish this.
It also shows the typical find command that is recommended, which, like the poster, I didn't get to work for me either, so ...
The answer I used is by …