Let’s consider a folder myfile
containing more than a hundred zip files (z001.zip
, z002.zip
, z003.zip
…) each always including 4 distinct csv files whose names always start with these three letters aaa...
, bbb...
, ccc...
, ddd...
.
How to extract in myfile
all the csv files whose name starts with bbb...
but not the other 3?
Thanks for help