Hi, I have tried to zip folder using terminal. To be more specific I use this command:
The problem is that archive that I get is too big. For example I am trying to zip folder that has approx. 255 MB. This command will make archive that has about 253 MB ,but when I try to zip the same folder using the right click & compress I will get archive which is 183 MB big... How can I get the same size using terminal? Thanks
Code:
zip -r zippedFolder Folder
The problem is that archive that I get is too big. For example I am trying to zip folder that has approx. 255 MB. This command will make archive that has about 253 MB ,but when I try to zip the same folder using the right click & compress I will get archive which is 183 MB big... How can I get the same size using terminal? Thanks
Last edited: