캐릭터 인코딩 타입 변환

예) euc-kr로 인코딩된 파일을 utf8로 변환하려면

iconv  –c  –f  euc-kr  –t  utf8  file01  >  file02

file01 : 변환 시키려는 원본파일
file02 : 변환 결과를 저장할 파일