I want to replace a Marker (like ###marker###) inside a file with XML text (<networkConnector bla="blubb"/>...)
The text i want to insert is already generated in my script and is stored in a variable ($CONNECTIONS)
Is there a simple way to do that with Bash script?