2
2

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.

サーバ上のファイルの文字コードを確認する

Last updated at Posted at 2014-12-17

1. 概要

nkfコマンドを用いて、サーバ上のファイルの文字コードを確認する方法を示す。

2. インストール方法

yumによりインストールできる。

$ yum install nkf

Amazon Linux AMIの場合など、パッケージが見つからない場合はrpmよりインストールする。

インストール
$ wget http://mirror.centos.org/centos/6/os/x86_64/Packages/nkf-2.0.8b-6.2.el6.x86_64.rpm
$ rpm -ivh nkf-2.0.8b-6.2.el6.x86_64.rpm

3. 使用方法

$ nkf -g test.txt
UTF-8 (LF)

4. オプションについて

5. 参考

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?