Categories Shell Transforming string to uppercase in a shell Post author By Ralph Post date January 7, 2008 No Comments on Transforming string to uppercase in a shell Simple and easy, use tr function: $(echo $DATUM | tr '[a-z]' '[A-Z]')$(echo $DATUM | tr '[a-z]' '[A-Z]') ← TYPO3: Getting content from another page → Firefox: Enabling local links Leave a ReplyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Δ