Re: [expert] Color with echo in shell script (was: [expert] menuin bash script)

2003-11-15 Thread Jean-Pierre Denis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Adolfo Bello wrote: >> > jipe wrote: >> > > >> > > >> > > menuA[1]="$(echo -e " \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf")" >> > >> > I would like to get more details on how to display color in shell >> > script and on terminal. >> > >> > Can an

Re: [expert] Color with echo in shell script (was: [expert] menu in bash script)

2003-11-14 Thread Adolfo Bello
On Fri, 2003-11-14 at 18:06, jipe wrote: > On Fri, 14 Nov 2003 16:24:29 -0500 (EST) > "Jean-Pierre Denis" <[EMAIL PROTECTED]> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi, > > > > jipe wrote: > > > > > > > > > menuA[1]="$(echo -e " \e[1;34;46m-1-\e[0m\tCopy /etc/dhc

Re: [expert] Color with echo in shell script

2003-11-14 Thread J.C. Woods
Jean-Pierre Denis wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, jipe wrote: menuA[1]="$(echo -e " \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf")" I would like to get more details on how to display color in shell script and on terminal. I understand that 34 and 46 are the color. How do

Re: [expert] Color with echo in shell script (was: [expert] menu in bash script)

2003-11-14 Thread jipe
On Fri, 14 Nov 2003 16:24:29 -0500 (EST) "Jean-Pierre Denis" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > jipe wrote: > > > > > > menuA[1]="$(echo -e " \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf")" > > > > I would like to get more details on how to di

[expert] Color with echo in shell script (was: [expert] menu in bash script)

2003-11-14 Thread Jean-Pierre Denis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, jipe wrote: > > > menuA[1]="$(echo -e " \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf")" > I would like to get more details on how to display color in shell script and on terminal. I understand that 34 and 46 are the color. How does this actually