Hello all ,
I want to do a simple thing -
I have a txt file with 1 line :
“the number is - 1”
now I want that every time I run script the sentence in the txt-file will change +1
"the number is - 2 "
I don’t know how to read only the value.
any help ?
Thanks ,