Upper And Lower Case

Hi!

I pass a parameter to a script code and I have to make it upper case before use:

$ MyShell aBcDe

script code:

UpperVariable=function($1)

I can't know how make function, maybe some sed option?

    Thank You,
                     PARIDE

Try searching these forums first - there are quite a few examples of changing upper and lower case - search for uppercase as an example.

If that does not help you, post back.