Unzip a bunch of zips into their own directories
Posted
by Alexander
on Stack Overflow
See other posts from Stack Overflow
or by Alexander
Published on 2010-03-17T16:10:36Z
Indexed on
2010/03/17
16:21 UTC
Read the original article
Hit count: 457
I have a bunch of zip files I want to unzip in Linux into their own directory. For example:
a1.zip a2.zip b1.zip b2.zip
would be unzipped into:
a1 a2 b1 b2
respectively. Is there any easy way to do this?
© Stack Overflow or respective owner