Hi,
I have to transfer something like 50.000 files in a folders and many subfolders. The structure is something like:
data
data\1
data\2
data\2\something
data\3
…
and so on.
I made a zip files (using winzip). Obviously I made the zip with folers info…
I have uploaded this file in \mydomain.com\images
Wich is the shell command to unzip all those files under this folder and have:
images\data
images\data\1
images\data\2
images\data\2\something
images\data\3
…
and so on?
Can someone write exactly it for me (maybe also with the nice command before the unzip command because I’m on a shared host and I want to be sure not to create problems to others…)?
Thank everyone