find . -name \*.c -exec grep hogehoge {} \;. とすればよいが、これでは *.c のファイルの数だけ grep コマンドが実行され、時間がかかる。
確定! 回上一頁