例如查找当前目录下含有"the string you want find..."字符串的文件:
$find . -type f -exec grep “the string you want find...” {} ; -print