Suppose i have an xml like this
<a> hey how are</a><a> where are you</a>
I want to change them and assign number like this--
1.hey how are2.where are you
I would prefer the answer in bash, thanks.
Suppose i have an xml like this
<a> hey how are</a><a> where are you</a>
I want to change them and assign number like this--
1.hey how are2.where are you
I would prefer the answer in bash, thanks.