I want to search for some text in a directory containing log files. I want to know all lines containg this text, I use this command:

find . -type f -print | xargs grep “[text you want to search for]”