Computing.Net > Forums > Unix > Why this command to unzip a tar.gz?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Why this command to unzip a tar.gz?

Reply to Message Icon

Name: sonylloyd
Date: December 29, 2003 at 07:56:22 Pacific
OS: BSD Unix
CPU/Ram: 600MHZ/650MB
Comment:

I usually see "gzip -cd XX.tar.gz | tar xfv - " to untar tar.gz packages. But why using
such a long command while you could go
the shorter way with "tar zxvf xx.tar.gz"??



Sponsored Link
Ads by Google

Response Number 1
Name: David Perry
Date: December 29, 2003 at 12:59:30 Pacific
Reply:

It is possible the version of tar you have available does not have built-in support for gunzip.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Why this command to unzip a tar.gz?

creating .tar.gz files in Solaris www.computing.net/answers/unix/creating-targz-files-in-solaris/2858.html

Combination of gunzip and tar www.computing.net/answers/unix/combination-of-gunzip-and-tar/5782.html

use command to open a window www.computing.net/answers/unix/use-command-to-open-a-window/5872.html