I would need to edit a param value, in a specific block. Can you help with the sed command in this. I know to do this with a perl script, but i need in one single command
My file looks like this
Block 1
Param1=val1
Param2=val2
.
.
Block 2
Param1=val1
Param2=val2
.
.
Block 3
.
.
.