본문 바로가기

Develop/Linux

[Linux] 파일 Charset 변경

iconv -f EUC-KR -t UTF-8 -c [souce_file] > [dest_file]


iconv -f cp949 -t utf8 -o [dest_file] [source_file]

'Develop > Linux' 카테고리의 다른 글

[Linux] 쉘 프로그래밍  (0) 2012.04.27
[Linux] tar 압축 사용법 및 옵션  (0) 2012.04.27
[Linux] ctags 사용  (0) 2012.04.27
[Linux] find 사용법  (0) 2012.04.27
[Linux] 포트 열기/닫기  (0) 2012.04.27