###オプション
--url-input URLの%エンコードを元に戻してくれる。
--overwrite 上書き
-w UTF8に変換
--guess 文字コードの推測
-s Shift_JIS
-Lw CRLF(Windows風の改行)
###コマンド例
とりあえずUTF8に変更したければ以下のコマンドで。
nkf --overwrite -w hoge.txt
Windows風にしたければ以下のコマンド
nkf --overwrite -s -Lw
Go to list of users who liked
More than 5 years have passed since last update.
###オプション
--url-input URLの%エンコードを元に戻してくれる。
--overwrite 上書き
-w UTF8に変換
--guess 文字コードの推測
-s Shift_JIS
-Lw CRLF(Windows風の改行)
###コマンド例
とりあえずUTF8に変更したければ以下のコマンドで。
nkf --overwrite -w hoge.txt
Windows風にしたければ以下のコマンド
nkf --overwrite -s -Lw
Register as a new user and use Qiita more conveniently
Go to list of users who liked