![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reg: Gzip | sam99 | Shell Programming and Scripting | 5 | 01-30-2008 07:43 AM |
| tar/gzip/gz...which one to use? | abhijeetkul | UNIX for Advanced & Expert Users | 5 | 03-24-2006 03:00 AM |
| TAR and GZIP help | VandeMatram | UNIX for Dummies Questions & Answers | 3 | 03-17-2006 07:35 AM |
| gzip | alisevA3 | UNIX for Dummies Questions & Answers | 2 | 08-12-2004 11:29 AM |
| gzip | mfran2002 | SCO | 1 | 12-01-2003 10:23 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
using gzip
Hi, I am trying to unzip a file that I unmounted onto a unix machine from a cd I had burned in a Windows machine. The file I am trying to unzip is a .tar file... it was originally a .tar.gz file because it was zipped using gzip. I have tried:
% gzip -d hpux.tar (where hpux.tar is the file that was acquired from the cd). Do I need to rename this to a .tar.gz file in order to use gzip? I tried that but it didn't work, but I could be doing this incorrectly. Any suggestions? Also, this zipped files has folders containing other files. When it is finally unzipped, will it set up new folders within the directory where I am unzipping it? Any help is greatly appreciated! Thanks ![]() |
|
||||
|
tar -xvf file.tar
yes, this will set up a new directory sturcture, in the folder where you are executing this command, as per the contents of the tar file... if you need help on the options do a man tar... see the x, f options... do a search on tar in these forums... Cheers! Vishnu. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|