| < Day Day Up > |
tput ”initializes a terminal or queries the terminfo databasetput [ Ttype ] capname [ parms...] tput [ Ttype ] init tput [ Ttype ] reset tput [ Ttype ] longname tput S << tput uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh ), to initialize or reset the terminal, or return the long name of the requested terminal type. Example A.62. 1 tput longname 2 bold=`tput smso` unbold=`tput rmso` echo "${bold}Enter your id: ${offbold}\c" EXPLANATION
|
| < Day Day Up > |