in MSYS(Mininal System) on MINGW, or Cygwin, display Hangul & input out
* input on shell
~/.inputrc
set meta-flag on
set output-meta on
set convert-meta off
* display on shell (pwd, ls)
in /etc/profile or ~/.profile
alias ls='ls -F --color=auto --show-control-char'
alias ll='ls -l --color=auto --show-control-char'
use --show-control-char option
'etc > Cygwin' 카테고리의 다른 글
[cygwin] dig, nslookup, resolv.conf (0) | 2010.05.17 |
---|---|
nfs service (0) | 2010.02.10 |
basic (0) | 2010.02.10 |