  | | | Uncompress .Z files | Uncompress .Z files 2007-03-06 - By Ray Van Dolson
Back 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
|
|
 |