[memo]複数のファイル内の文字列を一括で置換する

( bash )
find . -type f -name "*.php" -exec sed -i.bak 's/Hoge_/Moge_/g' {} \;