Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Initialize and manipulate a session using the tput command of linux

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the use of linux tput command initialization and operation session, the article is very detailed, has a certain reference value, interested friends must read it!

The tput command initializes and manipulates your terminal session through the terminfo database. By using tput, you can change several terminal functions, such as moving or changing the cursor, changing text properties, and clearing specific areas of the terminal screen.

Syntax format: tput [parameters]

Setb is used to set the background color setf is used to set the foreground color

Reference example

Move the cursor and display the message:

[root@linuxcool ~] # tput sc [root@linuxcool ~] # tput cup 23 45 [root@linuxcool ~] # echo "Input from tput/echo at 23lem45" [root@linuxcool ~] # tput rc

Change the background color to yellow and the foreground color to red:

[root@linuxcool ~] # tput setb 6 tput setf 4 and above are all the contents of initializing and operating the session using linux's tput command. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report