How to gzip multiple image files into one .gz?

James Finstrom jfinstrom at rhinoequipment.com
Mon May 14 11:41:32 MST 2012


Why not use tar.

tar -czvf images.tar.gz image1 image2 image3


James Finstrom
Rhino Equipment
<http://rhinoequipment.com>

On Mon, May 14, 2012 at 11:32 AM, <joe at actionline.com> wrote:

>
> Is there a way to gzip multiple image files into a single .gz file?
>
> I found this example online, but it did not work for me.
>
> gzip -c *.jpg > output.gz
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20120514/8c072c31/attachment.html>


More information about the PLUG-discuss mailing list