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 Message-ID: <41D85ABB.DCC5BCD9@dessent.net> Date: Sun, 02 Jan 2005 12:34:03 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: "'Cygwin List'" Subject: Re: "od" wrong line endings and byte count References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com David Christensen wrote: > > cygwin: > > When I create a file using notepad: > > This is a text file created with Notepad. > It has DOS (CRLF) line endings. > > Look at it using "wc": > > dpchrist AT p42800e:~$ wc textfile.txt > 2 14 76 textfile.txt > > And then look at it with Cygwin "od", I see: There is nothing wrong here. You installed cygwin with text mode mounts: C:\cygwin / system textmode C:\cygwin/bin /usr/bin system textmode C:\cygwin/lib /usr/lib system textmode . /cygdrive system textmode,cygdrive This means that when a cygwin program reads a file with CRLF endings it is translated to LF line endings that all unix tools expect. You want binary mounts if this is not what you desire. See the FAQ for more info... Brian -- 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/