Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <4.3.1.2.20001122101632.020a3520@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 22 Nov 2000 10:22:20 -0500 To: Sylvain Petreolle , cygwin AT cygwin DOT com From: "Larry Hall (RFK Partners, Inc)" 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 AT gdls DOT 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 AT rfk DOT 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 AT sourceware DOT cygnus DOT com