ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [Linux] 파일 인코딩 확인
    서버 2016. 11. 10. 11:11
    $ file -bi 파일명
    # file -bi test.txt
    text/x-c++; charset=utf-8


    만약 mac사용자라면 위 명령어를 실행할 시 regular file만 보게 되니 아래와 같이 실행합니다.

    $ file -I 파일명
    # file -I test.txt
    text/x-c++; charset=utf-8


    댓글