I need to write a script file, that iterates over all files in a given start folder recursivly.
Within each file it then should replace a string.
The files look like the following
...
( value1= "FOO")
...
...
( value2= "BAR")
...
FOO and BAR are different for each file, but I want to replace the string of value2 (in this case BAR) with the string of value1 (in this case FOO).
sedandfind. Come back when you have code that does not work for some specific reason. SO is not a free code-writing service.awkandgrepas well