标签: shell
在将shell脚本输出重定向到文件后,我在输出文件中正确保留了我的shell脚本中的格式化文本存在问题。
举例如下:
myshell.sh 内容:
echo -e "Please print red hello at column 80 \e[80G \e[91m HELLO
重定向输出:*./myshell.sh &> output.txt*
*./myshell.sh &> output.txt*
Please print red hello at column 80 ESC[80G ESC[91m HELLO