Mail Archives: cygwin/1999/09/29/03:43:39
Date sent: Wed, 29 Sep 1999 09:30:01 +0200
From: Rabbe Fogelholm <Rabbe DOT Fogelholm AT ellemtel DOT se>
To: cygwin AT sourceware DOT cygnus DOT com
Subject: Making Cygwin write DOS style text files
Hi,
Are you running this in a "text=binary" mount?
Try it in a "text!=binary" mount.
Doug
> Hi all,
>
> I am new to the list; hope this is not a FAQ ( I have read the "How is
> the DOS/Unix CR/LF thing handled?" FAQ entry).
>
> My problem: I want to manipulate a text file under Win32, using Cygwin
> Tools (grep, sed etc). The resulting file has Unix-style line ends
> (single LF) and looks unreadable when opened with Notepad.
>
> My best solution thus far: Filter the text through gawk
> '{printf("%s\015\n",$0);}' .
>
> This works, but is there a neater solution?
>
> --Rabbe Fogelholm, Ellemtel, Stockholm, Sweden
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
>
==========================================================
Doug Wyatt E-Mail: dwyatt AT sunflower DOT com
Sys Admin Phone: 785-843-4099
Kohlman Systems Research, Inc. Fax: 785-843-6459
319 Perry St., Lawrence, KS 66044 USA
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -