delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/10/27/15:15:19

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <26084235.post@talk.nabble.com>
Date: Tue, 27 Oct 2009 13:15:09 -0700 (PDT)
From: briglass111 <briglass AT gmail DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: Bash - IF Statement
In-Reply-To: <26084169.post@talk.nabble.com>
MIME-Version: 1.0
References: <26084169 DOT post AT talk DOT nabble DOT com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

my friend pointed out that the problem is that there needs to be extra
spaces:

[ "$T" = "y" ];

good job, bash


briglass111 wrote:
> 
> I am trying to write an IF Statement in Bash, but I am having issues. It
> doesn't like the following format:
> 
> echo "yes or no?"
> read T
> 
> if ["$T"="y"];
> then
>         echo "YES"
> fi
> 
> .............. It also doesn't like the following alternatives:
> 
> if [$T="y"];
> if ["$T"=="y"];
> if [$T=="y"];
> if "$T"="y";
> if [["$T"="y"]];
> 
> etc..
> 
> It says: 
> y=y: command not found
> 
> Ideas?
> 

-- 
View this message in context: http://www.nabble.com/Bash---IF-Statement-tp26084169p26084235.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019