Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dan Vasaru" To: Subject: RE: re. re. gawk and cr/lf Date: Mon, 9 Sep 2002 22:26:24 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <3D7CFE37.000003.01168@pexy> Pieter, I don't know why your cygwin installation stopped translating CRLF's after upgrade, but there're many places you could look for an answer (for instance http://www.cygwin.com/cygwin-ug-net/using-textbinary.html). CRLF translation is controlled by the mount type and the setting of the CYGWIN variable. Specifically, if gawk doesn't open files in text mode, your files need to be mounted in a textmode partition. Before we can help, please switch to a cygwin window and type : ~>echo $CYGWIN .... ~> cd directory_with_awk_files; /bin/pwd ; pwd .... ~> mount .... Post the output of the commands to the group. To be in line with the bug reporting guidelines presented at http://www.cygwin.com/bugs.html, you could also post the results of running ~> cygcheck -s -v -r > cygcheck.out but I believe the CYGWIN setting and mount types may hint to your problem. .dan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/