bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8587: Curious bug.


From: Francois Boisson
Subject: bug#8587: Curious bug.
Date: Fri, 29 Apr 2011 21:09:43 +0200

On a debian squeeze amd64.

address@hidden:~$ echo ABCD Directory | tr [:lower:] [:upper:] 
ABCD DIRECTORY
address@hidden:~$ cd /tmp
address@hidden:/tmp$ echo ABCD Directory | tr [:lower:] [:upper:] 
tr: construit [:upper:] et/ou [:lower:] mal aligné
address@hidden:/tmp$ echo ABCD Directory | tr [:upper:] [:lower:] 
llll lirectory
address@hidden:/tmp$ cd
address@hidden:~$ echo ABCD Directory | tr [:upper:] [:lower:] 
abcd directory
address@hidden:~$ 


address@hidden:/tmp/g$ tr --version
tr (GNU coreutils) 7.4
Copyright © 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 ou ultérieure
<http://gnu.org/licenses/gpl.html>. Ceci est un logiciel "libre" : vous êtes
libre de le modifier et de le redistribuer. Ce logiciel n'offre pas d'autre
garantie que celle imposée par la loi.

Écrit par Jim Meyering.
address@hidden:/tmp/g$ 

ii  libc6          2.10.2-2       GNU C Library: Shared libraries
ii  coreutils      7.4-2          The GNU core utilities

I can give you more informations if you want.

Thanks for this work.

François Boisson





reply via email to

[Prev in Thread] Current Thread [Next in Thread]