1836645 Members
1738 Online
110102 Solutions
New Discussion

Korn Shell Script

 

Korn Shell Script

How do I display output on my screen using korn shell that for my first line as normal display mode, second line change to blink mode, third line with bold, forth line with enlarge the font little bit and last line back to original mode.

Please assist me.

TQVM.
3 REPLIES 3
Clemens van Everdingen
Honored Contributor

Re: Korn Shell Script

Hi,

See this thread.
Some examples in the first response.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3c7c1cc6003bd6118fff0090279cd0f9,00.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Deepak Extross
Honored Contributor

Re: Korn Shell Script

Use 'tput'.
See man terminfo for the options.

Try the following:
tput rev
tput blink
tput bold
tput dim

Note that your display device must support these options. You'll have to try and see if they work...
Steve Steel
Honored Contributor

Re: Korn Shell Script

Hi

Use a dtterm and look at


man 5 dtterm where all the optionms are set out



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)