X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Message-ID: <4D7A421C.7070407@ateb.com> Date: Fri, 11 Mar 2011 10:39:08 -0500 From: Reid Thompson Reply-To: Reid DOT Thompson AT ateb DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110309 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 'tr' Bug References: <4D7A3FB8 DOT 3050004 AT tundraware DOT com> In-Reply-To: <4D7A3FB8.3050004@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 03/11/2011 10:28 AM, Tim Daneliuk wrote: > echo /opt/IBN/df | tr [A-Z] [a-z] > > produces: > > /opt/xxx/df > > not: > > /opt/ibn/df > > Both Linux and FreeBSD produce correct results. Is this a known > 'tr' bug? > $ env|grep LANG LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8 [10:38:15] rthompso AT raker>~ $ uname -a Linux raker 2.6.36-gentoo-r5 #1 SMP PREEMPT Tue Jan 4 15:04:48 EST 2011 i686 Intel(R) Core(TM)2 CPU 6320 @ 1.86GHz GenuineIntel GNU/Linux [10:38:18] rthompso AT raker>~ $ echo /opt/IBN/df | tr [A-Z] [a-z] /opt/IBN/df [10:38:22] rthompso AT raker>~ $ tr --version tr (GNU coreutils) 8.7 Packaged by Gentoo (8.7 (p1)) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Jim Meyering. [10:38:25] rthompso AT raker>~ -- 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