[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: snip 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

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: snip 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

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: snip menuA[1]=$(echo -e \e[1;34;46m-1-\e[0m\tCopy /etc/dhcpd.conf) I would