Newbie: read works incorrectly

schwarza@gdls.com schwarza@gdls.com
Wed Nov 22 06:54:00 GMT 2000


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

from (e.g.)

     Linux in a Nutshell
     Second Edition, Feb. 1999
     O'Reilly
     pg 191

and from previous experience.

Am I looking at the problem correctly? I assume that

"If only one variable is specified, the entire line
will be assigned to that variable." from the previous
reference.

art
schwarza@gdls.com


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



More information about the Cygwin mailing list