The problem I have, is I have many .json-files in many subdirectories. They all have:
"equalToXml" : "Something else..."
(The something else part takes up more than one line)
What I want to do, is to simply change "equalToXml" to "contains", so I would have:
"contains" : "Something else..."
Sounds like a pretty easy operation, but I don't seem to get it worked, and I can't really find anything, which works on the web.
Is this even possible with Batch? Or what would be an easy alternative, since I already have other batch-scripts, which get called before.
Thanks!