Tagged Questions
1
vote
1answer
912 views
What's the difference between gunzip and unzip?
What is the difference between gunzip and unzip? Tried to search but couldn't find anything relevant with this.
2
votes
1answer
2k views
Zip everything in current directory
I'd like to compress and package everything, including files and folders in current directory, into a single ZIP file on Ubuntu.
What would be the most convenient command for this (and name of the ...
4
votes
3answers
303 views
Is there a command to list the compressed file sizes for files within a .zip file?
I'd like to see the absolute size in bytes of each file that has been compressed into single zip file. Having read the zip man page, I'm not sure that that utility can do it. This is on Mac OS X.
...