up vote 1 down vote favorite
2
share [g+] share [fb]

gzipped files are awesome! they are the best compressed files I know, .rar and .zip are nowhere near , if you compare the compression ratios...

Generally I use Windows, does anyone know how can I gzip in Windows?? I have severe limits at the attachment sizes here, so anything that compresses more, is better.

link|improve this question

4  
this question belongs on superuser.com – Andreas Grech Sep 14 '09 at 16:59
feedback

migrated from stackoverflow.com Sep 14 '09 at 17:06

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 22 down vote accepted

7zip will handle gzip format. It also offers lzma compression which is much better than gzip.

If you want a command-line gzipper just like gzip in linux, try this

link|improve this answer
7  
+1, but 7zip has a command line interface too. I use it for automated backups. – paxdiablo Sep 14 '09 at 17:06
originally used WinRar, but switched to 7zip when I noticed it had shell integration as well. I also use a combinations of bash, nice, ls, xargs, and 7zip to uncompress bzip2 files and recompress them into 7z files on a linux web server (for Team Fortress 2 maps). – Powerlord Sep 14 '09 at 17:56
thanks. 7zip is totally awesome!! – Lazer Sep 14 '09 at 19:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.