edit
FrontPage
→1件ごとにgrepが走っちゃう。
$ find ./ -type f -exec grep hogehoge {} \;
$ find ./ -type f -print0 | xargs -0 grep hogehoge > /dev/null