//.點爲查找當前目錄 下 的 全部 *.php 文件裏 有 hello 的文件 find . -name "*.php" | xargs grep "hello" //根目錄 find / -name "*.php" | xargs grep "hello"