This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'tr' Bug


On Fri, Mar 11, 2011 at 4:28 PM, 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?
>
> --
> ------------------------------------------------------------------------
> Tim Daneliuk

I guess no:

$ echo /opt/IBN/df | tr [A-Z] [a-z]
/opt/ibn/df

$ uname -a
CYGWIN_NT-5.1 1.7.8(0.236/5/3) 2011-03-01 09:36 i686 Cygwin

$ set |grep LANG
LANG=C.UTF-8


Marco

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]