Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19990909100113.58993.qmail@hotmail.com> X-Originating-IP: [193.5.245.36] From: "tien ho" To: cygwin AT sourceware DOT cygnus DOT com Subject: B20.1: bash question Date: Thu, 09 Sep 1999 03:01:13 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Hi, I used Cygwin NT4.0, SP3. I'm sorry for stupid questions. I assigned a shell variable a: export a="lower case" When I started rxvt by command: rxvt -fn "Lucida Console-bold-14" -tn linux-c & I got my shell variable a: echo $a lower case I put the command in a file, let's say myxvt. #!/bin/bash rxvt .... I started myxvt. echo $a but: echo $A lower case My question: 1. Does bash decided to rename variable name in upper case? 2. Why it worked in case of command? Thank you Tien ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com