执行shell命令
grep -R [search key] [search path]
例如
grep -R select /mytest/app
说明:在/mytest/app目录中查找包含select关键字的文件