I have a file with four numbers that I want to increase every time I run a script.
How to increase the correct number and write it on correct row? (I have the correct number in an variable)
The "number file" could for example look like this:
row1
100 <- should increase by one the next time I run the cript
row2
355 <- ""
row3
400 <- ""
Thanks in advance!
/mats
How to increase the correct number and write it on correct row? (I have the correct number in an variable)
The "number file" could for example look like this:
row1
100 <- should increase by one the next time I run the cript
row2
355 <- ""
row3
400 <- ""
Thanks in advance!
/mats