文件名称:Linux-color
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文本终端的颜色可以使用“ANSI非常规字符序列”来生成。举例:
echo -e "\033[44 37 5m ME \033[0m COOL"
以上命令设置作用如下:背景色为蓝色,前景色为白色,字体闪烁,输出字符“ME-The color of the text terminal can use the ANSI unconventional character sequence to generate. Example: echo-e " \ 033 [44 37 5m ME, \ 033 [0m COOL" the above command to set the role as follows: blue background color, foreground color to white, flashing fonts, output characters " ME
echo -e "\033[44 37 5m ME \033[0m COOL"
以上命令设置作用如下:背景色为蓝色,前景色为白色,字体闪烁,输出字符“ME-The color of the text terminal can use the ANSI unconventional character sequence to generate. Example: echo-e " \ 033 [44 37 5m ME, \ 033 [0m COOL" the above command to set the role as follows: blue background color, foreground color to white, flashing fonts, output characters " ME
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Linux color.txt