in reply to Uncompressing a .Z AIX-UNIX file on Windows using perl
Please note: the two functions defined above [compress and uncompress] are not compatible with the Unix commands of the same name..Z files are created with the old Unix utility "compress". While the gzip utility can uncompress .Z files, it doesn't look like the Zlib-based stuff can, though I could be wrong about that.
Archive::Tar recommends you get an external utility (uncompress or gzip) to handle .Z files.
Compress::LZW expects to handle the files in a future release, but not yet.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Uncompressing a .Z AIX-UNIX file on Windows using perl
by curciod (Novice) on Nov 30, 2005 at 19:50 UTC |