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?
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"??
Summary: I need to find the command for creating a .tar.gz file in Solaris. I need to create a compressed file that includes an entire directory of files and included subdirectories. Normally, I will create ...
Summary: Hello I'm trying to use a combination of gunzip and tar to unpack and unzip a *.tar.gz file. I tried gunzip ~/myfile.tar.gz | gtar -x This will unzip the file, but it won't unpack. Any hints? thanks a...
Summary: I am using hp-unix running shell script. I want to open a new window by a script, and run another script in the new window. How is the script look like? What commands I need to use? ...