Daily Archives: 2010 年 9 月 20 日

You are browsing the site archives by date.

メモ

linuxで特定のファイルの文字列置換の方法。

perlでのやり方がわかったので記述します。

コマンド

perl -p -i -e ‘s/置換対象文字列/置換後文字列/g’ 対象ファイルパス

例:

perl -p -i -e ‘s/<html>/<html lang=”ja”>/g’ index.html