By Xedrox
Hi everyone,
I need a way to take the value of a parameter with a for lood. For example i execute the script with this parameter
[code]./Script PARAM1 PARAM2 PARAM3 PRAM4[code]
Code:
for i in
do
PARAMETERS[i]=$
done
How can i express and ?
Thanks!
Sorry for my english.
NOTE: the numbers of parameters is not the same allways.