6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

文字コード変換

Posted at

文字コード変換

たまにLinux上のファイル変換で必要になるコマンド。

インストール

debian でのインストールですね。

# apt-get -y install nkf

使い方

変換の確認

-wutf-8 に変換
-sShift_JIS に変換です。

$ nkf -w <ファイル名>

上書き

$ nkf -w --overwrite <ファイル名>

自分はこれだけあればLinux上では事足りるかなぁ。

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?