Good examples
Useful source code for computer programmer or engineer
2018년 5월 25일 금요일
리눅스 파일 인코딩 변환 명령어
# *.c 인 파일만 변경할 경우
find . -name '*.c' -type f -execdir iconv -f euckr -t utf-8 {} -o {}.tmp \; -execdir mv -f {}.tmp {} \;
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기