I have file filestore.xml from which I need to extract /local/armdata/data/filestore1, /local/armdata/data/filestore2.
grep binariesDir filestore.xml
<binariesDir>/local/armdata/data/filestore1</binariesDir>
<binariesDir>/local/armdata/data/filestore2</binariesDir>
Is there any way to do this?