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.
我希望您能帮助编写一些代码:我希望 Ubuntu 12.04.1 终端将“/”字符与其他文本颜色相反。
这对于几乎所有直接在控制台中编写 bash/python 的人来说都非常重要......
任何想法从哪里开始?
我正在考虑一个终端的自定义插件,它可以在打印之前解析文本?
该tput命令是您的朋友(假设您想留在 shell 脚本领域)。
tput
$ tput smso; echo Bold text; tput rmso
问:突出显示/字符会给你什么?