On 27 August 2007 08:25, COLLETTE Yann wrote: > Hello,
> Bash-3.2.15 > Bash-3.1.6 Bash no longer accepts CRLF. See any of the recent ANNOUNCE mails in the archives for full information. > for Name in `cat Liste_EMails_68240.txt` Make sure Liste_EMails_68240.txt has unix-style LF line endings, using 'd2u' if necessary. If it has dos-style CRLF, the values of $Name will have CR as the last character, which will confuse the email commandline. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/