Re: How to gzip multiple image files into one .gz?

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: James Finstrom
Date:  
To: Main PLUG discussion list
Subject: Re: How to gzip multiple image files into one .gz?
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, <> 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 -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss