List all files a particular string occurs in
If you ever need to search for a particular string in a large amount of files (like checking which domain zones are configured to use a particular nameserver), the following command will come in quite handy:
grep –directories=skip -i -l “searched-string” *.extension