Hi, recently I have accidentaly found this strage buggy behavior: [EMAIL PROTECTED]:~/tmp$ ls a [EMAIL PROTECTED]:~/tmp$ echo "abcDEF.<>" | tr -d [:alpha:] bcDEF.<> [EMAIL PROTECTED]:~/tmp$ mv a b; ls b [EMAIL PROTECTED]:~/tmp$ echo "abcDEF.<>" | tr -d [:alpha:] .<>
Coreutils 6.10, furthermore I have positive confirmation from pc with Coreutils 6.12 on different distro. This bug occurs only when there is a file named exactly "a" in the current directory. Everything's OK when there are files like "aa", "aaa", "b", whatever. I hope this isn't false alert otherwise I'll feel awkward :) Best wishes, Archdrone _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
