查看
1 vi
$ vi $file
:set fileencoding
2 file
$ file $file
修改
1 vi
$ vi $file
:set fileencoding=utf-8
2 iconv
# iconv -l
# iconv -f gbk -t utf8 /path/to/file
$ vi $file
:set fileencoding
$ file $file
$ vi $file
:set fileencoding=utf-8
# iconv -l
# iconv -f gbk -t utf8 /path/to/file