2011. 10. 25. 23:18

@ ~/.bashrc에 다음 추가.

#------------------------------------------////

# Color man pages:

#------------------------------------------////

export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking

export LESS_TERMCAP_md=$'\E[01;31m' # begin bold

export LESS_TERMCAP_me=$'\E[0m' # end mode

export LESS_TERMCAP_se=$'\E[0m' # end standout-mode

export LESS_TERMCAP_so=$'\E[01;44;33m' # begin standout-mode - info box

export LESS_TERMCAP_ue=$'\E[0m' # end underline

export LESS_TERMCAP_us=$'\E[01;32m' # begin underline

 

$ source ~/.bashrc

 

$ man ls

'Essential Tools' 카테고리의 다른 글

넷캣(Netcat) 간단한 사용방법  (2) 2011.12.06
한장으로 보는 정규 표현식(Regular Expression) cheat sheet  (0) 2011.09.10
[gcc] 옵션 정리  (0) 2011.06.27
DJGPP 설정  (1) 2011.05.08
[Port scanner] Nmap Security Scanner  (0) 2010.09.04
Posted by devanix