I am just new to this shell scripting wizard..i have a text file which contains content as below:
Parameter=10;
What should be the script which only fetches the value 10 not the Parameter.
The idea is to get the logic behind getting the value alone not its parameter,....
I tried with this script but its still giving all the values at a go.
Please find the attachment comprising of the script,text file & result..
Let me know where i am wrong..!!!
Thx a lot for ur help...