将shell脚本的输出重定向到文件后,文本格式丢失

时间:2016-11-15 13:24:16

标签: shell

在将shell脚本输出重定向到文件后,我在输出文件中正确保留了我的shell脚本中的格式化文本存在问题。

举例如下:

  1. myshell.sh 内容:

    echo -e "Please print red hello at column 80 \e[80G \e[91m HELLO

  2. 重定向输出:*./myshell.sh &> output.txt*

  3. Notepad ++ Editor中显示的output.txt的内容: Please print red hello at column 80 ESC[80G ESC[91m HELLO

0 个答案:

没有答案