Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.3.1.2.20001122101632.020a3520@pop.ma.ultranet.com>
X-Sender: lhall@pop.ma.ultranet.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.1
Date: Wed, 22 Nov 2000 10:22:20 -0500
To: Sylvain Petreolle <spetreolle@yahoo.fr>, cygwin@cygwin.com
From: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
Subject: Re: Newbie: read works incorrectly
In-Reply-To: <20001122150559.24323.qmail@web4805.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id KAA24906

At 10:05 AM 11/22/2000, Sylvain Petreolle wrote:

>--- schwarza@gdls.com a écrit : > 
> > The following statement:
> > 
> >       echo one two | while read line ; do
> >          printf '%s\r\n' $line
> >       done
> > 
> > generates
> > 
> >       one
> >       two
> > 
> > I would have expected
> > 
> >       one two
> > 
>The '\r\n' statement tells to printf to inser a new
>line, then remove it.


Actually I think Art's problem is that he's working from an improper 
supposition.  Just because read will put all the parameters into "line"
doesn't mean that "printf '%s\r\n' $line" will print both parameters.
Try "printf '%s %s\r\n' $line" to get what you expected. 



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

