I'm not very good with regular expressions but I need to insert in a file called (prepared_scenarios.prm) that contains this text:
Scenario Set Files=${datadir}/inputs/scenarios/file.ce
To become like this:
Scenario Set Files=${datadir}/inputs/scenarios/ready_file.ce
How I can achieve this simple way? I don't seem to get around the bars /.
I'm using Linux Cent OS 7 (Core).