Re: Changing the Font color in the Unix Shell.

2003-09-08 Thread Amit Roseberger
Thanks Shlomi. Actually the 'tput' command mentioned in this article solved the problem for me :) I guess for my humble shell script it's the best solution... Thanks for all the info Guys. Amit. Shlomi Fish wrote: There was a nice article on the subject in the Linux Gazette: http://www.tldp.o

Re: Changing the Font color in the Unix Shell.

2003-09-07 Thread Shlomi Fish
There was a nice article on the subject in the Linux Gazette: http://www.tldp.org/LDP/LG/issue65/padala.html Regards, Shlomi Fish On Sun, 7 Sep 2003, Shachar Shemesh wrote: > Tal Peer wrote: > > >On Sun, 7 Sep 2003, Amit Roseberger wrote: > > > > > > > >>Hi List. > >>I have a script t

Re: Changing the Font color in the Unix Shell.

2003-09-07 Thread Oron Peled
On Sunday 07 September 2003 20:59, Shachar Shemesh wrote: > If you want your escape sequences to work on 90% of the cases, just use > the codes above. If you want them to work on 100% of the cases, RTFM > ncurses. Well said. Just to complete the picture: - ncurses is a high level library

Re: Changing the Font color in the Unix Shell.

2003-09-07 Thread Boaz Rymland
What I have: http://www.geocities.com/SiliconValley/Pines/5004/termref.html http://x.holovko.ru/Xlib/www.rzg.mpg.de/rzg/batch/NEC/sx4a_doc/g1ae01e/appa.html#append Amit Roseberger wrote: Hi List. I have a script that produce output to the standard terminal (a shell window in Linux). For example:

Re: Changing the Font color in the Unix Shell.

2003-09-07 Thread Shachar Shemesh
Tal Peer wrote: On Sun, 7 Sep 2003, Amit Roseberger wrote: Hi List. I have a script that produce output to the standard terminal (a shell window in Linux). For example: [snip] But... I want to understand exactly what happens and also to find out if this is the best and most elegant solutio

Re: Changing the Font color in the Unix Shell.

2003-09-07 Thread Tal Peer
On Sun, 7 Sep 2003, Amit Roseberger wrote: > Hi List. > I have a script that produce output to the standard terminal (a shell > window in Linux). > For example: > > [snip] > > But... I want to understand exactly what happens and also to find out if > this is the best and most elegant solution.

Changing the Font color in the Unix Shell.

2003-09-07 Thread Amit Roseberger
Hi List. I have a script that produce output to the standard terminal (a shell window in Linux). For example: Script.sh... Running... Succses... Success... Failure... Failure... My intention is to generate this output in different colors (For example: Red for Failu

Changing the Font color in the Unix Shell.

2003-09-07 Thread Amit Roseberger
Hi List. I have a script that produce output to the standard terminal (a shell window in Linux). For example: Script.sh... Running... Success... Success... Failure... Failure... My intention is to generate this output in different colors (For example: Red for Failu