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?

4
  • What operating system?
    – Ramhound
    Commented Sep 20, 2013 at 16:46
  • @Ramhound windows
    – suuser
    Commented Sep 20, 2013 at 18:27
  • 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
    Commented Sep 20, 2013 at 19:05
  • @Ramhound I use windows 8 , but also have bash shell
    – suuser
    Commented Sep 21, 2013 at 1:54

0

You must log in to answer this question.

Browse other questions tagged .