I used 7z to zip this file under Windows, try to unzip it under linux
[ang@walker temp]$ gunzip 2011.sdf.zip
gunzip: 2011.sdf.zip: unknown suffix -- ignored
Try to us unzip, instead of gunzip
[chang@walker temp]$ unzip 2011.sdf.zip
Archive: 2011.sdf.zip
inflating: 2011.sdf
Subscribe to:
Post Comments (Atom)
-
Step 1, New a project rails new demo Step 2, Update Gemfile add paperclip, mysql2 gem, enable JavaScript runtime gem 'mysql2' ...
-
I used 7z to zip this file under Windows, try to unzip it under linux [ang@walker temp]$ gunzip 2011.sdf.zip gunzip: 2011.sdf.zip: unkno...
-
When trying to access transmission from web-browswer i got the message : 403: Forbidden Unauthorized IP Address. Either disable the IP ad...
Add to it a .gz extension, then use gzip -d filename.gz
ReplyDeleteIt worked for me.........thanx you saved my lot of time.....
Delete@macmark - I tried what you said here but am getting an error saying "not in gzip format".
ReplyDeleteI am trying to extract a file which is in the below format :
MyFile.7z.zip
How do i extract this ... please any help ll be appreciated ... thanks a ton .. cheers
IN windows, try 7z to unzip it.
Delete