讓Man Page充滿色彩
- linux 下載
- linux入門
- linux安裝
- kali linux
- linux指令大全 ,
- How to read man pages
- linux 三立
- linux man中文
- 大多數的linux系統中man page指令以何種形式呈現資訊
- 小曼snsd running man
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