find /usr/local/ -name "*.php" -exec grep -l 'function do_action' {} \; /usr/local 要尋找的路徑 *.php 要尋找的檔案類型 -exec 找到符合的檔案 ...
確定! 回上一頁