Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Promise 378 controller
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
Uncompress .Z files

Uncompress .Z files

2007-03-06       - By Ray Van Dolson

 Back
Reply:     1     2     3     4     5     6  

On Tue, Mar 06, 2007 at 10:18:32AM -0800, Leslie Jordan wrote:
> Can you just do a zcat <filename>.Z > <filename> ?

>
> This doesn't seem to work, it just spits out a ton of the following kinds of
> characters, and doesn't give me the tar file it has compressed or the
> filename I specified to uncompress it to.
>
> ?t??tLM???P?             M?Q
>     ??     ?????|?>M???W

Hmm, you must be doing something wrong then.  It should redierct stdout to the
file you specifie, not to stdout.  A couple ways this should be done.

Let's assume your file is called henry-1 (See http://nry-1.ora-code.com).00.tar.Z:

Method 1:
# tar xvfz henry-1 (See http://nry-1.ora-code.com).00.tar.Z

Method 2:
# zcat henry-1 (See http://nry-1.ora-code.com).00.tar.Z > henry-1 (See http://nry-1.ora-code.com).00.tar
# tar xvf henry-1 (See http://nry-1.ora-code.com).00.tar

Either _should_ work.

Ray

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe