>> Strange: I was used to do upper case lower case conversion always like
>> this and it suddenly doesn't work anymore:
>>
>> $ echo Z | tr "[A-Z]" "[a-z]"

You can use special classes in this case too:
 $ echo "Zz" | tr [:upper:] [:lower:]

-- 
-jpeg.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to