文字コード変換 Linux Windows
文字コード色々調べて最終的にたどり着いたのは
nkf
コマンド
[file name]に変換したいファイル名を入れる。
ここに[*]を入れると
カレントディレクトリ全てを変換できるのでとても便利でオススメ!
権限がなければ
Can't set permission xxx.txt
など出てきますが変換は完了していることがあったりします。
Linux -> Windows
$ nkf -sLw --overwrite [file name]
$ cd test
$ nkf -sLw --overwrite *
Windows -> Linux
$ nkf -Lu -x -w80 --overwrite [file name]
$ cd test
$ nkf -Lu -x -w80 --overwrite *
Author And Source
この問題について(文字コード変換 Linux Windows), 我々は、より多くの情報をここで見つけました https://qiita.com/yusk24/items/bf33845e32a8e874adbd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .