[memo]複数のファイル内の文字列を一括で置換する December 21, 2010 ( bash ) find . -type f -name "*.php" -exec sed -i.bak 's/Hoge_/Moge_/g' {} \;