トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン


-文字コードチェック
--nkf -g test.txt
-EUC文字コードに変換 (test.txt -> test1.txt)
--nkf -e test.txt > test1.txt
-EUC文字コードに変換 (test.txtに上書き)
--nkf -e --overwrite test.txt
-UTF-8文字コードでunix改行に変換 (ディレクトリ内のtxt全部)
--nkf -w -Lu --overwrite *.txt