输出带颜色
echo -e "\e[1;31m this is my red print" # 输出后所有文字变色,可修改回来 echo -e "\e[1;31m this is my red print \e[1;0m"