Quote:
Originally Posted by ilikejam
|
Hi,
Finally I could change the font size in bash.
string="xxxx yyy xxx zzzzZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ lllllllllllllllllllzzzzzzzyy dslfjskdf sksksk sdfsdf sd 324234234 x.x.x.x.sdfjslfs 24 234l232423423 xxxxxxxxxxxxxxxyyyy yyyyyyyyyyyyyyy"
F_VDOBLE="\033#6"
printf "${F_VDOBLE}$string"
The problem that I have is that this command only puts the first line with wide font, the next lines have normal font. What can I do to put all the text with wide font if the string have more of one line?
Any help?
Many thanks
--------------------------------------------------------------------------------
Last edited by davidtuti; 3 Minutes Ago at 03:58 AM..