讓Man Page充滿色彩
- linux ubuntu 下載
- 視窗作業系統
- download linux
- linux 指令大全檔案
- linux 教學影片
- Linux 伺服器
- linux作業系統安裝
- linux command
- linux下載
- linux 下載
export LESS_TERMCAP_md=$'\E[4;32m' # begin bold
export LESS_TERMCAP_me=$'\E[0m' # end mode
export LESS_TERMCAP_so=$'\E[0;31m' # begin standout-mode - info box
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_us=$'\E[0;33m' # begin underline
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export過後的效果就會如下圖顯示

http://linuxtidbits.wordpress.com/2009/03/23/less-colors-for-man-pages/
http://huenlil.pixnet.net/blog/post/24675360
http://nelson.pixnet.net/blog/post/24671189