Find a string in files

To search a directory recursively for a string, use:

1
find . -exec grep "string to find" '{}' \; -print