Search Results

Search: Posts Made By: user052009
1,209
Posted By user052009
yes, that works! :) Thanks
yes, that works! :)
Thanks
1,209
Posted By user052009
Will the command set -- $OPTPARMS not push the...
Will the command set -- $OPTPARMS not push the values in $OPTPARMS back onto the input stack?

So the code in the first post will stay the same if I use this cmd before it?
1,209
Posted By user052009
Thanks Santiago. I need to pass in a variable...
Thanks Santiago. I need to pass in a variable into the while loop. The values in $OPTPARMS will change every run.
So set -- $OPTPARMS before the while loop should work, right?
1,209
Posted By user052009
Processing arguments in a string
Hi

The following code works when reading the arguments from the command line but fails when I try to read from a string. So this works


while [ -n "$1" ]; do
case $1 in
-dbversion)...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy