I want to unzip the contents of a zipfile called mine.zip into /yours/ but when I do it using the -d flag it keeps going into /your/crap/ etc which is not I want
Is there a way to do this?
|
I want to unzip the contents of a zipfile called mine.zip into /yours/ but when I do it using the -d flag it keeps going into /your/crap/ etc which is not I want Is there a way to do this? |
|||
|
|
|
You can flatted the entire contents of the zip file using To be more exactly than that, i.e. extracting directory structures except for the top one, you will need to know the name of the folder inside the zip that you want to skip creating and specifically ask Unfortunately |
|||||
|