shell之字型顏色顯示

來源:互聯網
上載者:User

標籤:背景色   底線   字串   

格式:"\033[顯示方式;前景色彩;背景色m 字串 \033[0m"

\033 :啟動一個逸出序列

[   :開始顏色定義

 

顯示方式有以下幾種:

0               終端預設設定

1               高亮顯示

4               使用底線

5               閃爍

7               反白顯示

8               不可見

前景色彩與背景色對應的數字如下:

前景色彩           背景色          顏色

--------------------------------------

30               40             黑色

31               41             紅色

32               42             綠色

33               43             黃色

34               44             藍色

35               45             紫紅色

36               46             青藍色

37               47             白色

 

m :不可缺少

\033[0m :恢複原來預設顏色

 

例如:

顯示方式對比:

[email protected]:~# echo -e "\033[0;31;40m字串\033[0m"
字串
[email protected]:~# echo -e "\033[1;31;40m字串\033[0m"
字串
[email protected]:~# echo -e "\033[4;31;40m字串\033[0m"
字串
[email protected]:~# echo -e "\033[5;31;40m字串\033[0m"
字串
[email protected]:~# echo -e "\033[7;31;40m字串\033[0m"
字串
[email protected]:~# echo -e "\033[8;31;40m字串\033[0m"
字串

 650) this.width=650;" title="2014-11-05_133916.png" src="http://s3.51cto.com/wyfs02/M01/4D/C7/wKioL1RZuMjiWwfmAAMt68TYYvA837.jpg" alt="wKioL1RZuMjiWwfmAAMt68TYYvA837.jpg" />

 

 

 

 

 

 

 

 

 

shell之字型顏色顯示

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.