[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: how do i uncompress the tar archive



rohit sharma forced the electrons to say:
> how can i uncompress the tar archive after uncompressing the gz file say the 
> original one is
> blah.tar.gz
> i executed gunzip blah.tar.gz
> i got
> blah.tar
> i couldn't uncompress it further than this i digged up the man too but 
> couldn't get to know further as error is always generated.

The way to untar a tar file is

tar xf whatever.tar

You can use tar directly on a .tar.gz file as:

tar zxf whatever.tar.gz

This works only on GNU tar, however.

Binand

- -- 
main(int c,char **v){while(!fork()){strcpy(v[0],tmpnam(0));sleep(1);}}
A program that changes its name and pid every second.
Try this program at your own risk!   ---> Binand <---

- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------