![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gunzip syntax help | onlyjayaram | UNIX for Dummies Questions & Answers | 1 | 07-23-2007 03:14 PM |
| Gunzip utility | rinku11 | Shell Programming and Scripting | 1 | 03-29-2006 03:06 PM |
| gunzip error | mccoubreyr | UNIX for Dummies Questions & Answers | 3 | 01-16-2004 02:34 PM |
| Gunzip | CreamHarry | UNIX for Dummies Questions & Answers | 4 | 06-04-2002 05:27 PM |
| gunzip....problem | Prafulla | UNIX for Dummies Questions & Answers | 2 | 09-06-2001 07:08 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I am using IRIX 6.5.11 and tcsh. I have created an arcihive by using the command "tar -cvf - /stuff/ /more/stuff|gzip --best>/stuff.tar.gz"
It made an archive of my files without taking up huge amounts of disk space with uncompressed files. How do I extract files from the archive without uncompressing the gzipped archive? I tried using "gunzip stuff.tar.gz|tar -xvf -" but the archive starts to uncompress and take up huge amounts of diskspace. I would like to avoid the solution of "install gnu tar which supports compression." Which in my particular situation would be inconvenient. Is is possible to extract files from the archive through STDIN and STDOUT like I did in creating the compressed archive? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|