Thread
:
How the fuck do I view/extract a tar file?
View Single Post
09-22-2005, 10:55 AM
badmrfrosty
Confirmed User
Join Date: May 2003
Posts: 500
If you want to just untar it to another server (unix/linux) use:
tar -xvf filename
if it has a gzip extension use
gzip -d filename.tar.gz;tar -xvf filename.tar
BMF
badmrfrosty
View Public Profile
Find More Posts by badmrfrosty