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 |
Tags
- vscode
- maVen
- Quartz
- Eclipse
- grep
- find
- 단축키
- netsh
- Mac
- ssh
- port
- profile
- GIT
- Windows 10
- 줄바꿈 문자
- Windows
- resource
- xargs
- VirtualBox
- JavaScript
- context
- import
- IntelliJ
- web.xml
- tomcat
- bash
- lsof
- plugin
- Source
- 네트워크
Archives
- Today
- Total
develog
[linux] convmv, 파일명 인코딩 변환 본문
## 파일명 인코딩을 euc-kr 에서 utf-8 로 변환 테스트 해본다
$ convmv -f euc-kr -t utf-8 *.pdf
Comments