Re: Unpack and pack .gz files.
Re: Unpack and pack .gz files.
- Subject: Re: Unpack and pack .gz files.
- From: jj <email@hidden>
- Date: Thu, 27 Jan 2005 09:41:53 +0100
> Hello
>
> I'm not accustomed to shell scripts.
>
> May one of you give the info allowing a script to unpack a file like:
I use these:
> index.xml.gz --> index.xml
gzip -d /path/to/file.xml.gz
> and of course to pack it back ? ( index.xml --> index.xml.gz
gzip -9 /path/to/file.xml
(more info, "man gzip")
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden