10-22-04 10:45 PM
On 2004-10-22, Ronald J Marchand <ron@rojomar.com> wrote:
> I have a compressed tar archive, filz.tar.Z, created on another flavor of
> Unix. Under RedHat 9, what is the correct syntax to first uncompress the
> archive to filz.tar. I do not see an uncompress command.
either:
gzip -d filz.tar.Z
or:
gunzip filz.tar.Z
ought to work.
--
-John (john@os2.dhs.org)
[ Post a follow-up to this message ]
|