摘要: shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e 格式如下: echo -e "\033[字背景颜色;文字颜色m字符串\033[0m" 例如: echo -e "\033[41;36m something here \033[0m" 其中41的位置代表底色,... 阅读全文
posted @ 2014-09-23 10:53 你是我的小呀小苹果 阅读(178) 评论(0) 推荐(0) 编辑