Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Ronald Landheer" To: Subject: FAQ suggestion Date: Sat, 29 Sep 2001 13:04:49 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id f8TB8I014877 Hello all, I don't know who's maintaining the FAQ (mostly because I haven't been paying attention to who was writing the "I'll add this to the FAQ" messages) but I'd suggest an addition: Q: "Is there a dos2unix for cygwin" A: Check out the the d2u and u2d programs in the "misc" package in CygUtils-1.1: "http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/misc/index.html" A: Try this: $ cat myfile.dos | sed s/^M//g > myfile.unix (and type the ^M by typing C-V C-M) A: gsar I'm sure there's more ways to do this.. Greetz! Ronald -- 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/