I have some xml files and would like to change the content of them by means of a shell script.
Here is an example; the format is always the same:
<?xml version="1.0" encoding="ISO-8859-1"?>
<job>
<test>\\server\share\path\to\file.content</test>
</job>
My goal is to create a shell script that will change '.content' to '.jdf'
Is this possible to do?
Many thanks
Here is an example; the format is always the same:
<?xml version="1.0" encoding="ISO-8859-1"?>
<job>
<test>\\server\share\path\to\file.content</test>
</job>
My goal is to create a shell script that will change '.content' to '.jdf'
Is this possible to do?
Many thanks