Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- web.xml
- maVen
- context
- plugin
- JavaScript
- Mac
- Windows
- GIT
- find
- vscode
- ssh
- 줄바꿈 문자
- port
- Windows 10
- 네트워크
- IntelliJ
- resource
- tomcat
- profile
- netsh
- import
- 단축키
- lsof
- Eclipse
- xargs
- VirtualBox
- grep
- Source
- Quartz
- bash
Archives
- Today
- Total
develog
[mac][bash] file 명령어, 파일 인코딩 확인 본문
$ file -I euc-kr-01.sql
euc-kr-01.sql: text/plain; charset=iso-8859-1
$ file -I utf8-01.sql
utf8-01.sql: text/plain; charset=utf-8
Comments