Unzip files with the same name from multiple directories
0
votes
1
answer
1083
views
I have the file
archive.zip
located in multiple directories, i.e.:
dir/001/archive.zip
dir/002/archive.zip
dir/003/archive.zip
...
Is there a way in which I can recursively unzip all the archive.zip
files from all the directories with different names, using command line? The content of the ZIP files should be extracted to the same directory where the ZIP file resides.
The dir
folder is common, only the parents of archive.zip
have different names.
Thank you in advance!
Asked by Ailema
(1 rep)
Jun 2, 2022, 08:52 AM
Last activity: Jun 3, 2022, 09:44 AM
Last activity: Jun 3, 2022, 09:44 AM