you can uncompressed zipping files using java, specially “jar” command:
to do that , try the following :
/usr/java6/bin/jar -xvf /tmp/test.zip
you can uncompressed zipping files using java, specially “jar” command:
to do that , try the following :
/usr/java6/bin/jar -xvf /tmp/test.zip
Leave a Reply