标签:
echo -e "\033[33;31m Color Text" - red echo -e "\033[33;32m Color Text" - green echo -e "\033[33;33m Color Text" - yellow echo -e "\033[33;34m Color Text" - blue echo -e "\033[33;35m Color Text" - Magenta echo -e "\033[33;30m Color Text" - Gray echo -e "\033[33;36m Color Text" - Cyan
标签:
原文地址:http://www.cnblogs.com/xiongqiangcs/p/5226798.html