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.
shell scripting
Name: Joe Denning Date: September 5, 2000 at 12:52:23 Pacific
Comment:
I'm trying to write a script that will allow a user to go through a of db2 table names and create an alias, create a table, or skip the table. Right now, I am using an array to store the choice in, and a tput cup command to position the cursor to receive the choice. This works fine, but is a slow way to receive the choice because the cursor jumps around the screen before going to the next line. Is there a better way to retreive the choice?
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 ...