Quite often I find myself looking for files which contain the same text. Mainly config settings, etc.

On linux you can use this:

 
 find ./ -type f -exec grep -l "<text to find>" {} \; 

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.