delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-Id: | <B0016988466@mzdy17.allegro.net> |
From: | "Fleischer, Karsten (K.)" <kfleisc1 AT ford DOT com> |
To: | "'jens AT uniweb DOT se'" <jens AT uniweb DOT se> |
Cc: | "Cygwin (E-mail)" <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | RE: Problems with 'expr' |
Date: | Thu, 21 Sep 2000 09:48:02 -0400 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2651.58) |
Hi Jens, Use quotes around * and (, like expr 3 '*' 4 Otherwise bash will expand * to all the files in the current dir. ( has special meaning to bash, too. expr '3 * 4' on the other hand, is evaluated to the string "3 * 4" See bash's manpage. Karsten > -----Original Message----- > From: jens AT uniweb DOT se [mailto:jens AT uniweb DOT se] > Sent: Donnerstag, 21. September 2000 14:32 > To: cygwin AT sources DOT redhat DOT com > Subject: Problems with 'expr' > > > Hi, > > I tried to use 'expr'. And it worked fine for this > 'expr 1 + 2 + 3'. But if I try to use '(' or '*' it > will print 'expr: syntax error'. Shouldn't the > following work? 'expr 3 * 4'? > > Jens Yllman > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |