Newbie: read works incorrectly

Sylvain Petreolle spetreolle@yahoo.fr
Wed Nov 22 07:06:00 GMT 2000


--- 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.



___________________________________________________________
Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, 
Yahoo! Messenger : http://fr.messenger.yahoo.com

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



More information about the Cygwin mailing list