I have a zip file with a directory like below:
Is there anyway I can Apache common compress to decompress the entire zip file, so whenever a directory is a tar file or a tgz file, it will also be decompressed to the directory.
Or I have to decompress each directory one by one? Any ideas or suggestions?