Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20050701004741.63990.qmail@web52015.mail.yahoo.com> Date: Thu, 30 Jun 2005 17:47:41 -0700 (PDT) From: Han Nguyen Subject: Problem with "set," "if," "foreach" commands To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit New to Unix, so please have patience. I understand that I should be able to type set food = pickle echo $food But nothing echoes. It just leaves a blank line, then gives another command prompt. Am I doing anything wrong? "If" also doesn't work. This is what happens: $ if (5 > 0) > echo "Hello" > endif > > > And it merely continues that way until I exit the shell. Also a problem with "foreach." Output: $ foreach run (1 2 3) bash: syntax error near unexpected token `(' Typing "help set" and "help foreach" gives me: $ help foreach bash: help: no help topics match `foreach'. Try `help help' or `man -k foreach' or `info foreach'. Anything I can do to resolve this? I appreciate the help. Thanks. ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/