1002 獲取終端資訊

2021-09-01 23:32:11 字數 633 閱讀 4550

1、介紹

當前終端的相關資訊,如行數、列數、游標、位置、密碼等。

2、行數和列數

tput cols

tput lines

3、列印當前終端名

tput longname

4、將游標移動到座標(100,100)處

tput cup 100 100

5、設定終端背景色

tput setb n (n為0到7之間的值)

6、設定文字前景色

tput setf n

7、設定文字格式為粗體

tput bold

8、設定下劃線的起目止

tput smu1

tput rmu1

9、刪除從當前游標位置到行尾的所有內容

tput ed

10、在輸入密碼時,不應該顯示輸入內容。如下面的例子中,我們將看到如何使用stty來實現這一要求

#!/bin/sh

#filename: password.sh

echo -e "enter password: "

stty -echo

read password

stty echo

echo

echo password read.

shell指令碼之獲取終端資訊

如果要處理大量當前的終端的相關資訊,比如行數,列數,游標位置和遮蓋密碼欄位等,就要用到tput和stty這兩個終端處理工具了.獲取終端的行數和列數 tput cols tput lines 列印當前終端名 tput longname 將游標移到方位 100,100 處 tput cpu 100 10...

C 獲取終端型別

region 獲取終端型別 獲取終端型別 public static browserterminalmodel getbrowserterminal 瀏覽器終端型別 public class browserterminalmodel opera核心 public bool presto 蘋果 谷歌核...

水文資訊智慧型終端簡介

水文資訊智慧型終端功能介紹 系統概述 水利行業是乙個歷史十分悠久的行業,也是資訊十分密集的行業。水利部門要向國家和相關行業提供大量的水利資訊,如汛情旱情資訊 水量水質資訊 水環境資訊和水工程資訊等。該系統是專為防汛抗旱 防汛會商決策而設計,為各級使用者提供乙個雨情 水情 工情等資訊綜合分析顯示平台,...