摘要:
shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e echo -e "\033[41;36m something here \033[0m" 其中41的位置代表底色, 36的位置是代表字的颜色 echo -e "\033[31m 红色字 \033[0m"echo -e 阅读全文
posted @ 2021-06-17 16:54 三年三班王小朋 阅读(75) 评论(0) 推荐(0)
|
||
|
摘要:
shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e echo -e "\033[41;36m something here \033[0m" 其中41的位置代表底色, 36的位置是代表字的颜色 echo -e "\033[31m 红色字 \033[0m"echo -e 阅读全文
posted @ 2021-06-17 16:54 三年三班王小朋 阅读(75) 评论(0) 推荐(0) |
||