|
在ubuntu上执行echo -ne "\33[0m",显示\33[0m,没有得到预期结果,执行echo $SHELLOPTS的输出为:
braceexpand:emacs:hashall:histexpand:interactive-comments:monitor
而在一台readhat es4系统上执行正确,其echo $SHELLOPTS输出为:
braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor
请问大虾,怎么才能让其显示正确结果呢?
在ubuntu上需要执行echo -ne "\033[0m" |
|