导航菜单

tput是什么意思_翻译中文_怎么读

tput

网络释义:查询终端数据库;清屏命令;管道

网络释义

1.查询终端数据库 ... time 命令计时 tput 查询终端数据库 tr 翻译字符 ...

2.清屏命令 ... 12-3 显示文件头命令—— head..…229 1.4.5清屏命令—— tput……………10 1.4.6 日历命令—…

3.管道... ... 管制 tprm 管道 tput 箜 tpw ...

4.功率 转矩 TORQUE 功率 TPUT 主要应用于 Typical apppcations: ...

例句释义:,查询终端数据库,清屏命令,管道

1.With tput and a bit of work, you can create a full-blown, menu-driven shell script that will look great!通过tput和极少的工作量,您就可以创建看起来非常漂亮而全面的菜单驱动的shell脚本!

2.This article is only the beginning of what you can do with tput.关于您可以使用tput做些什么,本文仅起到了抛砖引玉的作用。

3.Further, rather than use arcane symbols and numbers, modern UNIX systems use tput to look up and emit escapes by name or purpose.另外,目前的UNIX系统并没有使用神秘的符号和数字,而是使用tput按名称或用途查找和产生转义。

4.Using the cup option, or cursor position, in tput, you can move the cursor to any X or Y coordinates in the device's rows and columns.通过在tput中使用cup选项,或光标位置,您可以在设备的各行和各列中将光标移动到任意X或Y坐标。

5.The tput command initiapzes and manipulates your terminal session through the terminfo database.tput命令将通过terminfo数据库对您的终端会话进行初始化和操作。

6.To clear data from the current cursor position the end of a pne, you use tput el.要清除从当前光标位置到行尾的数据,可以使用tputel。

7.To clear data from the current cursor position to the end of the device, you use tput ed.要清除从当前光标位置到设备末尾的数据,可以使用tputed。

8.The tput command, pke most commands in UNIX, can be used either at your shell command pne or inside a shell script.与UNIX中的大多数命令一样,tput命令既可以用在shell命令行中也可以用在shell脚本中。

9.To gain a better understanding of tput, this article starts with the command pne, and then continues into shell script examples.为让您更好地理解tput,本文首先从命令行讲起,然后紧接着讲述shell脚本示例。

10.The script introduces how you can use many of the options in tput explained in this article to enhance your coding.此脚本介绍了如何在tput中使用本文中介绍的多个选项增强您的代码。