lets say i have a parameter file
[Global]
$$param1=x
$$param2=r
$$param3=t
$$param4=h
$$param5=j
$$Counter=0
what i want is whenever i run the session the parameter file updates and $Counter variable increments by 1 so that it be like this after the first run
[Global]
$$param1=x
$$param2=r
$$param3=t
$$param4=h
$$param5=j
$$Counter=1
and so on i searched alot but i didn't see clear answers for that some answers say i should use shell scripting but i didn't know how to use it in my case