= CygWin = 리눅스에서 사용하는 프로그램들을 윈도우에서 사용할 수 있다. 그중 하나가 CygWin이다. 이와 유사한 것으로 [GnuWin32]가 있다. [[TableOfContents]] == 구할 수 있는 곳 == [http://www.cygwin.com] == cygwin 환경 설정 == === .bash_profile === 자신의 홈디렉토리에 .bash_profile을 만들고 다음을 추가한다. {{{ set meta-flag on set convert-meta off set output-meta on set completion-ignore-case on set bell-style visible set horizontal-scroll-mode on set show-all-if-ambiguous on alias ls='ls -F --show-control-char --color=auto' }}}