<lewd <at> o2.pl> writes: > > mkdir for_test; cd for_test > mkdir q w e r t y u i o p a s d f g h j k l z x c v b n m > echo WoRd | tr [:upper:] [:lower:]
No bug here. Try this: echo WoRd | tr '[:upper:]' '[:lower:]' to avoid shell expansion of the patterns. Cheers, Ralf _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils