delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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: | Mike Spertus <mike DOT spertus AT veritas DOT com> |
To: | cygwin AT cygwin DOT com |
Message-ID: | <4069B183.90902@veritas.com> |
Date: | Tue, 30 Mar 2004 11:42:27 -0600 |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 |
MIME-Version: | 1.0 |
Subject: | Cygwin perl not understanding textmode |
I have installed Cygwin with DOS linebreaks (i.e., disks mounted in textmode). However, Cygwin perl doesn't seem to understand this as shown below. How do I tell Cygwin perl to respect textmode?: MPS AT MPS-2000 ~ $ od -t x1 foo.txt 0000000 66 6f 6f 62 61 72 0d 0a 66 6f 6f 62 61 7a 0d 0a 0000020 66 6f 6f 62 61 74 0d 0a 0d 0a 0000032 MPS AT MPS-2000 ~ $ cat ~/foo.txt | perl -e 'while (<>) {print;}' >bar.txt MPS AT MPS-2000 ~ $ od -t x1 bar.txt 0000000 66 6f 6f 62 61 72 0d 0d 0a 66 6f 6f 62 61 7a 0d 0000020 0d 0a 66 6f 6f 62 61 74 0d 0d 0a 0d 0d 0a 0000036 MPS AT MPS-2000 ~ $ mount C:\cygwin\bin on /usr/bin type system (textmode) C:\cygwin\lib on /usr/lib type system (textmode) C:\cygwin on / type system (textmode) c: on /cygdrive/c type user (textmode,noumount) g: on /cygdrive/g type user (textmode,noumount) r: on /cygdrive/r type user (textmode,noumount) Is this a bug? Any suggestions? Thanks, Mike -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |