cygwin 한글
프로그래밍/tips 2012. 11. 15. 20:19 |
1. 쉘에서 한글 쓰기
~/.inputrc 파일에 다음을 추가
# Allow 8-bit input/output
set meta-flag On
set convert-meta Off
set output-meta On
2. ls 에서 한글 파일명 제대로 보기
2.1. ~/.bashrc
파일에 다음을 추가함
alias ls='ls -hF --color=auto --show-control-char'
2.2. ~/.bash_profile
파일에 다음을 추가
source "$HOME/.bashrc"
references :
http://www.redwiki.net/wiki/wiki.php/cygwin/%BC%B3%C4%A1/%C7%D1%B1%DB%BC%B3%C1%A4