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