Hi all ,
I'm trying to find files dit.xml under particular directories.
Rather than mentioning the directories as a list like below
Path : [ /opt/local/version_v1.3.1 , /opt/local/version_v1.3.0 ]
I tried /opt/local/version_v1.3.* and it didn't work.
Actually I have dit.xml files under /opt/local/version_v1.5.0 which I don't want to modify.
That's y looking for regex for paths.
Is it possible? Kindly suggest