delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <19990928130333.574.rocketmail@web126.yahoomail.com> |
Date: | Tue, 28 Sep 1999 06:03:33 -0700 (PDT) |
From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
Reply-To: | earnie_boyd AT yahoo DOT com |
Subject: | Re: How to put commas in command line arg's? |
To: | Matthew Weymar <mweymar AT yahoo DOT com>, |
Cygwin List <cygwin AT sourceware DOT cygnus DOT com> | |
MIME-Version: | 1.0 |
--- Matthew Weymar <mweymar AT yahoo DOT com> wrote: > Sorry to bother y'all with this; I am *sure* it's an > FAQ -- but when I requested the FAQ - btw - I rec'd a > message saying that there isn't one -- and I didn't > find anything that solved my problem in the archives > either. > > I have got a program that takes command line arguments > that sometimes include commas. bash replies to > something of the following form w/ the following: > [QUOTE] > //mdw/...//test $ java test arg=testing(0,0) > bash.exe: syntax error near unexpected token > 'arg=testing(0' > [END QUOTE] > It sounds to me as if you need a good tutorial in Unix shell command structure. Try: java test arg=testing\(0\,0\) or: java test arg="testing(0,0)" > Is there some easy way I can get bash to understand > that this comma does *not* end this token? > > Also, *why* isn't there a cygwin FAQ?* The FAQ does exist at http://sourceware.cygnus.com/cygwin and you'll find some other documentation there as well. > Tks - for your patience as well as your suggestions, > Matthew Weymar > > * I just followed following instructions from my > "WELCOME to cygwin-digest" message: > > [QUOTE] > Send mail to the following for info and FAQ for this > list: > <cygwin-info AT sourceware DOT cygnus DOT com> > <cygwin-faq AT sourceware DOT cygnus DOT com> > [END QUOTE] Sounds like a setup problem doesn't it. ===== Earnie Boyd <mailto:earnie_boyd AT yahoo DOT com> Newbies, please visit <http://www.freeyellow.com/members5/gw32/index.html> (If you respond to the list, then please don't cc me) __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.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 |