X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=fF03Tf4FSMetDrwAmVarpvQr36jnC H28Ekm2FufBIp8zwFJyai6KWfzVJG80FDfOIvBvqz/Q5WMgwYLkVbitMMAZ6AYB3 p1ibHzTkeIV3demZpH5PbPlv4b1vd1aNwb0LbS0C/xUMpDWk7WBPYvllrr3X3CYO H8OLp/mtkivV38= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=fINwQ2waE5S3DoVJXQycW6S1N6Q=; b=yeh Dvgo5IE9nuIN04f6/hU9k63VxvrTe4DdFvmAvMh/qBm4p+2mDzBbN8dED3/SSYaF Z0YmVRac0Zzlnv9gF197Slga5O3iE0a11kukaNg5dc3yDRvYdWuLSZTmFFyn25WQ /TzXb2Ls9NJryWp5OXAmEB1aY6xotuisBGu/o1uk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f66.google.com MIME-Version: 1.0 X-Received: by 10.224.128.193 with SMTP id l1mr32308329qas.91.1403531821918; Mon, 23 Jun 2014 06:57:01 -0700 (PDT) Date: Mon, 23 Jun 2014 15:57:01 +0200 Message-ID: Subject: ls --color: special char in redirected output From: Thomas Anderson To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi, after a recent upgrade (maybe the 20) I have some problem with special characters and ls --color For example: $ ls --color file.txt temp/ is ok but $ ls --color > ls.txt is not $ less ls.txt file.txt ls.txt ESC[0mESC[01;34mtempESC[0m/ I'm on Windows 7 with the 32 bit version. Bye, t03 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple