| 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 |
| X-Lotus-FromDomain: | JPMORGAN AT SMTP |
| From: | "Noel L Yap" <yap_noel AT jpmorgan DOT com> |
| To: | ray DOT easton AT wcom DOT com |
| cc: | cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <8525692A.00751B78.00@nyc-ntgw-n01.ny.jpmorgan.com> |
| Date: | Fri, 28 Jul 2000 17:19:09 -0400 |
| Subject: | Re: sh problem |
| Mime-Version: | 1.0 |
Yeah, I actually had:
#!/bin/sh
echo $*
./asdf.sh "$@"
Noel
ray DOT easton AT wcom DOT com on 2000.07.28 16:28:57
To: yap_noel AT jpmorgan DOT com
cc:
Subject: Re: sh problem
Noel L Yap wrote:
> I've
> rewritten my script asdf.sh to be:
>
> #!/bin/sh
> echo $*
> ./asdf.sh
Don't you want --
#!/bin/sh
echo $*
./asdf.sh $*
-- if you are expecting an infinite loop. As it is in fact written, the output
looks just as I would expect to
.
--
ray
-- je suis marxiste, tendance groucho
This communication is for informational purposes only. It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan & Co. Incorporated, its
subsidiaries and affiliates.
--
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 |