[PATCH] Add character and equivalence classes to tr

Mike Frysinger vapier at gentoo.org
Wed Oct 5 01:01:29 UTC 2005


On Monday 03 October 2005 03:21 pm, Rob Sullivan wrote:
> The attached patch adds character and equivalence classes to tr. For
> instance, the following command now outputs ABC:
> echo abc | tr [:lower:] [:upper:]

doesnt work for me ... if you can get it to work i'll gladly add this ;)
$ echo abc | ./busybox tr '[:lower:]' '[:upper:]'
nnn
-mike



More information about the busybox mailing list