On Mon, 31 Dec 2001 [EMAIL PROTECTED] wrote:
>
> Save files can be compressed.  However, I think the default is to not
> compress them.
>

I don't mean to be pedantic... but, save files are not compressed.  They
can contain compressed files.  If the save file itself is compressed, the
AS/400 cannot read it.

The difference is subtle, but it's conceptually like this:

     gzip *.txt
     tar cf textfiles.tar *.txt

_not_ like this:

     tar cf textfiles.tar *.txt
     gzip textfiles.tar

The difference may seem subtle, but it's important to someone who wants
to write a de-archiver :)

_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: [EMAIL PROTECTED]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250
or email: [EMAIL PROTECTED]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.

Reply via email to