convmv 명령어
파일 이름의 문자 인코딩을 변환해준다
한글
Installation
https://formulae.brew.sh/formula/convmv
brew install convmv
alias
나는 다음과 같이 alias를 설정해두었다.
alias convmv-nfc='convmv -f utf-8 -t utf-8 --nfc --notest'
Examples
나는 주로 macOS의 [[/tool/alacritty]] 터미널에서 한글 파일명의 자소가 분리된 것을 교정할 때 사용한다.
convmv -f utf-8 -t utf-8 --nfc --notest filename
다음과 같이 사용할 수 있다.