终端无法看到“Escape”颜色

时间:2012-12-30 00:36:30

标签: macos shell colors terminal iterm

有人可以帮助我,我不知道如何让这个工作。 我看不到“逃避”的颜色,或者我不知道它们在我的终端中是如何被调用的:

http://cl.ly/image/0U3N0Z2M2q2m

1 个答案:

答案 0 :(得分:1)

假设tpb.sh只打印输出到终端的内容,最简单的方法可能是:

echo -e "$(./tpb.sh)"

-e选项可以按echo解释反斜杠转义。