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
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
Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and then search the current directory for all the fil...
Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of the exported variable is not viewable . below are ...