The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have a tar.gz file on my server that I want to...untar? ungz? unzip? whatever...anyway I want to get it open
How do i do that?
|
|
#2
|
||||
|
||||
|
Something along the lines of:
gunzip -c file.tar.gz | tar -xvf - |
|
#3
|
||||
|
||||
|
Hi tube,
On most linux versions you can also use: tar -zxvf mytarball.tar.gz z=unzip, x=exctract, v=verbose, f=filename cu, -Tom |
|
#4
|
||||
|
||||
|
Thanks guys!
![]() [ Just testing this reply-by-email thing...will it work? ]
|
|
#5
|
||||
|
||||
|
You'll probably start to see bzip2 (*.bz2) more often. They're suppose to have better compression than gzip (*.gz). I actually downloaded the PHP manual maybe a with the filename php_manual_en.tar.bz2
extract: tar -jxf filename j = bzip2 |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|