meetramana
Programmer
How do I get the value of the variable/
Example:
The script is invoked as follows
script1 arg1 arg2 arg3
inside the script1:
intger numberofarguments=$#
echo $($numberofarguments)
I want to print out :
arg3
Thanks in advance
-Ramana
Example:
The script is invoked as follows
script1 arg1 arg2 arg3
inside the script1:
intger numberofarguments=$#
echo $($numberofarguments)
I want to print out :
arg3
Thanks in advance
-Ramana