The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
"looping" compressed file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
"looping" compressed file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-29-2001
Optimus_P
flim flam flamma jamma
Join Date: May 2001
Location: Chicago IL, USA
Posts: 1,006
when files are double compressed they are usually compressed in tar then gz
so try
gunzip file
tar -xvf file
if that dosent work. you after the gunzip you can try uncompress (AIX) or unzip (solaris) it might just be a ziped file then gziped.
Optimus_P
View Public Profile
Find all posts by Optimus_P