Linux search in files for a given string

find . | xargs grep 'my search string' -sl