Making The Road Blog

http://makingx.net/blog/

mtr2.0
Making The Road はmakingのお勉強用サイトです.PHP, Javascriptを中心にいろいろ試してoutputしていきたい.
当サイトの訪問者は24時間以内にこんな単語↓で検索されています (マウスオーバーすると単語を含むqueryを表示します!)

Linux

よく使うコマンドラインめも

いろいろ追加していこう
続きを読む…

カテゴリー: Linux | コメント( 0 ) | 2007/06/13 21:11:26 by making
ソーシャルブックマーク: add to hatena hatena.comment (0) add to del.icio.us (0) add to livedoor.clip (0) add to Yahoo!Bookmark (0) Total: 0
トラックバックURL:

nkfでUTF-8に

Shift-JISのHTMLファイルを全部UTF-8に変える機会があったのでメモ

sed -i 's/Shift_JIS/utf-8/g' `grep -irl Shift_JIS .`
nkf -Sw -Lu --overwrite *.html

EUC-JPからの場合は-Ewで.–overwiteは初めて知りました.

カテゴリー: Linux | コメント( 0 ) | 2007/04/17 19:30:40 by making
ソーシャルブックマーク: add to hatena hatena.comment (0) add to del.icio.us (0) add to livedoor.clip (0) add to Yahoo!Bookmark (0) Total: 0
トラックバックURL: