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
- maVen
- Eclipse
- Mac
- grep
- Windows 10
- bash
- import
- find
- resource
- profile
- 줄바꿈 문자
- web.xml
- 네트워크
- plugin
- Quartz
- GIT
- context
- Source
- JavaScript
- IntelliJ
- ssh
- netsh
- 단축키
- vscode
- port
- Windows
- VirtualBox
- xargs
- tomcat
- lsof
Archives
- Today
- Total
develog
[bash] convmv vs iconv 본문
`convmv`
- 파일명의 인코딩 변환에 사용.
- 파일 내용은 변환하지 않음.
`iconv`
- 파일 내용의 인코딩 변환에 사용.
- 파일명은 변환하지 않음.