Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮助我吗?我不知道如何让这个工作。我看不到“转义”颜色,或者我不知道它们在我的终端中是如何被调用的:
http://cl.ly/image/0U3N0Z2M2q2m
假设tpb.sh只打印输出到终端的内容,最简单的方法可能是:
tpb.sh
echo -e "$(./tpb.sh)"
该-e选项启用了反斜杠转义的解释echo。
-e
echo