How to extract multiple zip files with possible duplicate file names in a single folder

1

I have a list of many zip files(with duplicate names) that need to be downloaded(maybe by wget) each of them contain a single file , I need to extract all of them into a single directory , but due to duplicate names there are conflicts which need to be resolved by appending file size as a unique identifier for the file followed by a number if there is size conflicts.

Note: I use windows 8 , but also have bash shell on it.

So which command can solve this?

suuser

Posted 2013-09-20T16:04:14.297

Reputation: 127

What operating system? – Ramhound – 2013-09-20T16:46:00.223

@Ramhound windows – suuser – 2013-09-20T18:27:34.770

Update your question to reflect that don't just use tags. What program are you using to extract the zip file? Indicate what version of Windows. – Ramhound – 2013-09-20T19:05:03.210

@Ramhound I use windows 8 , but also have bash shell – suuser – 2013-09-21T01:54:21.943

No answers