Re: How can i increase the font through ksh scripts.
I am already using Bold , i prefer to have that message in Bold as well
as in a larger font.
this is mainly for error display and i want to make sure that people
see it.
I don;t prefer banner as with that ,displaying a string is impossible
on one screen
I am using Korn shell
thanks
Rc
PDreyer wrote:
> aarcee wrote:
> > How can i increase the font through ksh scripts.
> >
> > My aim is to display the header in a Big word and rest of the messages
> > from the script
> >
> > on normal font's
> >
> > Thanks
> > RC
>
> Is bold sufficient?
> printf "%s\n" "$(tput bold)Bold text $(tput rmso)normal text"
|