find /PATH -name "*.h" -exec grep -in "helloworld" {} \;. find /PATH -name "*.h" | xargs grep -in "helloworld".
確定! 回上一頁