系统相关
首页 > 系统相关> > shell 技术学习

shell 技术学习

作者:互联网

shell学习

echo

输出带颜色

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

标签:shell,技术,echo,学习,31m,print,my,red
来源: https://blog.csdn.net/weixin_43704834/article/details/119085480