Possible Duplicate:
How to gzip multiple files into one gz file?
I am trying to gzip a bunch of files in the same folder using cgywin on windows 7. When I try
gzip *.*
I can't seem to specify a gzip filename to put all the files into. All files are gzipped separately. Is it possible to gzip the collection of them into the file?