I have a a directory with zip archives the zip archives contain .jpg, .png, .gif images I want to unzip each archive taking the images only and putting them in a folder with the name of the archive
so files/archive1.zip files/archive2.zip files/archive3.zip files/archive4.zip
open archive1.zip - take sunflower.jpg, rose_sun.gif make a folder files/archive1/ and add the images to that folder so files/archive1/folder1.jpg, files/archive1/rose_sun.gif
and this to each archive
now i really don't know how this can be done all suggestions are welcome
PS i have over 600 archives and a automatic solution would be a lifesaver, preferably a linux solution