1.當前目錄下查找「test.cpp」文件字符串
find ./ -name test.cpptest
2.當前查找含有「abcdef」字符串的文件grep
find ./ | xargs grep abcdef文件