Computing.Net > Forums > Unix > Kohn shell script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Kohn shell script

Reply to Message Icon

Name: Binh Le
Date: November 13, 2002 at 08:50:20 Pacific
OS: AIX
CPU/Ram: 250
Comment:

All the strings that are passed into my ksh script parameters are upper case.
How can I convert them to lower case.
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: LANkrypt0
Date: November 13, 2002 at 10:12:09 Pacific
Reply:

If I am reading what you saying correctly, should be a simple tr.

tr "[:upper:]" "[:lower:]"


0

Response Number 2
Name: Sjako
Date: November 21, 2002 at 16:19:39 Pacific
Reply:

typeset -l ${1}
typeset -l ${2}
.....


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Kohn shell script

Shell Scripting www.computing.net/answers/unix/shell-scripting/8475.html

Variables in Shell SCripting www.computing.net/answers/unix/variables-in-shell-scripting/6020.html

shell script to uninstall java www.computing.net/answers/unix/shell-script-to-uninstall-java-/5976.html